Light Blush
#e9c4cc
Light Blush is a color with the hex code #e9c4cc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e9c4cc | |
|---|---|---|
| RGB | rgb(233, 196, 204) | |
| HSL | hsl(347, 46%, 84%) | |
| CMYK | cmyk(0%, 16%, 12%, 9%) | |
| LAB | lab(83, 14, 1) | |
| OKLCH | oklch(0.85 0.043 3) |
Color harmonies
Tints & shades
Code snippets
color: #e9c4cc;
background-color: #e9c4cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE9C4CC)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.77, blue: 0.80, alpha: 1.0)