Dark Chocolate
#624a49
Looking for the precise values behind Dark Chocolate (#624a49)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #624a49 | |
|---|---|---|
| RGB | rgb(98, 74, 73) | |
| HSL | hsl(2, 15%, 34%) | |
| CMYK | cmyk(0%, 24%, 26%, 62%) | |
| LAB | lab(34, 10, 5) | |
| OKLCH | oklch(0.43 0.033 21) |
Color harmonies
Tints & shades
Code snippets
color: #624a49;
background-color: #624a49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF624A49)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.29, blue: 0.29, alpha: 1.0)