Chocolate
#d2691e
Chocolate is a color with the hex code #d2691e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d2691e | |
|---|---|---|
| RGB | rgb(210, 105, 30) | |
| HSL | hsl(25, 75%, 47%) | |
| CMYK | cmyk(0%, 50%, 86%, 18%) | |
| LAB | lab(57, 39, 58) | |
| OKLCH | oklch(0.63 0.155 50) |
Color harmonies
Tints & shades
Code snippets
color: #d2691e;
background-color: #d2691e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD2691E)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.41, blue: 0.12, alpha: 1.0)