Windy
#bdd1d2
Windy is a color with the hex code #bdd1d2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bdd1d2 | |
|---|---|---|
| RGB | rgb(189, 209, 210) | |
| HSL | hsl(183, 19%, 78%) | |
| CMYK | cmyk(10%, 0%, 0%, 18%) | |
| LAB | lab(82, -7, -3) | |
| OKLCH | oklch(0.85 0.022 200) |
Color harmonies
Tints & shades
Code snippets
color: #bdd1d2;
background-color: #bdd1d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDD1D2)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.82, blue: 0.82, alpha: 1.0)