Foggy Plateau
#cfcbe5
Looking for the precise values behind Foggy Plateau (#cfcbe5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cfcbe5 | |
|---|---|---|
| RGB | rgb(207, 203, 229) | |
| HSL | hsl(249, 33%, 85%) | |
| CMYK | cmyk(10%, 11%, 0%, 10%) | |
| LAB | lab(83, 5, -12) | |
| OKLCH | oklch(0.85 0.036 293) |
Color harmonies
Tints & shades
Code snippets
color: #cfcbe5;
background-color: #cfcbe5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCFCBE5)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.80, blue: 0.90, alpha: 1.0)