Delicate Bliss
#ede0d5
Delicate Bliss, represented by the hex value #ede0d5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ede0d5 | |
|---|---|---|
| RGB | rgb(237, 224, 213) | |
| HSL | hsl(27, 40%, 88%) | |
| CMYK | cmyk(0%, 5%, 10%, 7%) | |
| LAB | lab(90, 3, 7) | |
| OKLCH | oklch(0.91 0.021 63) |
Color harmonies
Tints & shades
Code snippets
color: #ede0d5;
background-color: #ede0d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDE0D5)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.88, blue: 0.84, alpha: 1.0)