Plein Air
#b9c4d2
Looking for the precise values behind Plein Air (#b9c4d2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b9c4d2 | |
|---|---|---|
| RGB | rgb(185, 196, 210) | |
| HSL | hsl(214, 22%, 77%) | |
| CMYK | cmyk(12%, 7%, 0%, 18%) | |
| LAB | lab(79, -2, -8) | |
| OKLCH | oklch(0.82 0.023 254) |
Color harmonies
Tints & shades
Code snippets
color: #b9c4d2;
background-color: #b9c4d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB9C4D2)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.77, blue: 0.82, alpha: 1.0)