Coast to Coast
#bdd4d1
Coast to Coast, represented by the hex value #bdd4d1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bdd4d1 | |
|---|---|---|
| RGB | rgb(189, 212, 209) | |
| HSL | hsl(172, 21%, 79%) | |
| CMYK | cmyk(11%, 0%, 1%, 17%) | |
| LAB | lab(83, -8, -1) | |
| OKLCH | oklch(0.85 0.025 187) |
Color harmonies
Tints & shades
Code snippets
color: #bdd4d1;
background-color: #bdd4d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDD4D1)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.83, blue: 0.82, alpha: 1.0)