Humble Blush
#e3cdc2
Looking for the precise values behind Humble Blush (#e3cdc2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e3cdc2 | |
|---|---|---|
| RGB | rgb(227, 205, 194) | |
| HSL | hsl(20, 37%, 83%) | |
| CMYK | cmyk(0%, 10%, 15%, 11%) | |
| LAB | lab(84, 7, 8) | |
| OKLCH | oklch(0.86 0.029 48) |
Color harmonies
Tints & shades
Code snippets
color: #e3cdc2;
background-color: #e3cdc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3CDC2)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.80, blue: 0.76, alpha: 1.0)