Airy
#dae6e9
Looking for the precise values behind Airy (#dae6e9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dae6e9 | |
|---|---|---|
| RGB | rgb(218, 230, 233) | |
| HSL | hsl(192, 25%, 88%) | |
| CMYK | cmyk(6%, 1%, 0%, 9%) | |
| LAB | lab(90, -4, -3) | |
| OKLCH | oklch(0.92 0.014 214) |
Color harmonies
Tints & shades
Code snippets
color: #dae6e9;
background-color: #dae6e9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDAE6E9)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.90, blue: 0.91, alpha: 1.0)