Chocolate Chilli
#ab4231
Chocolate Chilli is a color with the hex code #ab4231. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ab4231 | |
|---|---|---|
| RGB | rgb(171, 66, 49) | |
| HSL | hsl(8, 55%, 43%) | |
| CMYK | cmyk(0%, 61%, 71%, 33%) | |
| LAB | lab(43, 43, 33) | |
| OKLCH | oklch(0.52 0.142 31) |
Color harmonies
Tints & shades
Code snippets
color: #ab4231;
background-color: #ab4231;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAB4231)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.26, blue: 0.19, alpha: 1.0)