Secret Blush
#e1d2d5
Secret Blush, represented by the hex value #e1d2d5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e1d2d5 | |
|---|---|---|
| RGB | rgb(225, 210, 213) | |
| HSL | hsl(348, 20%, 85%) | |
| CMYK | cmyk(0%, 7%, 5%, 12%) | |
| LAB | lab(85, 6, 0) | |
| OKLCH | oklch(0.88 0.017 4) |
Color harmonies
Tints & shades
Code snippets
color: #e1d2d5;
background-color: #e1d2d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1D2D5)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.82, blue: 0.84, alpha: 1.0)