Cherry Picking
#620b15
Looking for the precise values behind Cherry Picking (#620b15)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #620b15 | |
|---|---|---|
| RGB | rgb(98, 11, 21) | |
| HSL | hsl(353, 80%, 21%) | |
| CMYK | cmyk(0%, 89%, 79%, 62%) | |
| LAB | lab(20, 38, 21) | |
| OKLCH | oklch(0.32 0.118 22) |
Color harmonies
Tints & shades
Code snippets
color: #620b15;
background-color: #620b15;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF620B15)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.04, blue: 0.08, alpha: 1.0)