Ethereal Moonlight
#d5e4ec
Looking for the precise values behind Ethereal Moonlight (#d5e4ec)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d5e4ec | |
|---|---|---|
| RGB | rgb(213, 228, 236) | |
| HSL | hsl(201, 38%, 88%) | |
| CMYK | cmyk(10%, 3%, 0%, 7%) | |
| LAB | lab(90, -4, -6) | |
| OKLCH | oklch(0.91 0.019 231) |
Color harmonies
Tints & shades
Code snippets
color: #d5e4ec;
background-color: #d5e4ec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD5E4EC)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.89, blue: 0.93, alpha: 1.0)