Cola
#3c2f23
Cola is a color with the hex code #3c2f23. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3c2f23 | |
|---|---|---|
| RGB | rgb(60, 47, 35) | |
| HSL | hsl(29, 26%, 19%) | |
| CMYK | cmyk(0%, 22%, 42%, 76%) | |
| LAB | lab(21, 5, 10) | |
| OKLCH | oklch(0.32 0.028 64) |
Color harmonies
Tints & shades
Code snippets
color: #3c2f23;
background-color: #3c2f23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3C2F23)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.18, blue: 0.14, alpha: 1.0)