Negroni
#eec7a2
Negroni is a color with the hex code #eec7a2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eec7a2 | |
|---|---|---|
| RGB | rgb(238, 199, 162) | |
| HSL | hsl(29, 69%, 78%) | |
| CMYK | cmyk(0%, 16%, 32%, 7%) | |
| LAB | lab(83, 10, 24) | |
| OKLCH | oklch(0.85 0.066 65) |
Color harmonies
Tints & shades
Code snippets
color: #eec7a2;
background-color: #eec7a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEC7A2)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.78, blue: 0.64, alpha: 1.0)