Ephemeral Blue
#cbd4df
Ephemeral Blue is a color with the hex code #cbd4df. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cbd4df | |
|---|---|---|
| RGB | rgb(203, 212, 223) | |
| HSL | hsl(213, 24%, 84%) | |
| CMYK | cmyk(9%, 5%, 0%, 13%) | |
| LAB | lab(84, -2, -7) | |
| OKLCH | oklch(0.87 0.018 253) |
Color harmonies
Tints & shades
Code snippets
color: #cbd4df;
background-color: #cbd4df;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCBD4DF)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.83, blue: 0.87, alpha: 1.0)