Distant Wind Chime
#eaeff2
Distant Wind Chime is a color with the hex code #eaeff2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eaeff2 | |
|---|---|---|
| RGB | rgb(234, 239, 242) | |
| HSL | hsl(202, 24%, 93%) | |
| CMYK | cmyk(3%, 1%, 0%, 5%) | |
| LAB | lab(94, -1, -2) | |
| OKLCH | oklch(0.95 0.007 234) |
Color harmonies
Tints & shades
Code snippets
color: #eaeff2;
background-color: #eaeff2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAEFF2)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.94, blue: 0.95, alpha: 1.0)