Misty Mountains
#c0d0e6
Looking for the precise values behind Misty Mountains (#c0d0e6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c0d0e6 | |
|---|---|---|
| RGB | rgb(192, 208, 230) | |
| HSL | hsl(215, 43%, 83%) | |
| CMYK | cmyk(17%, 10%, 0%, 10%) | |
| LAB | lab(83, -2, -13) | |
| OKLCH | oklch(0.85 0.035 256) |
Color harmonies
Tints & shades
Code snippets
color: #c0d0e6;
background-color: #c0d0e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC0D0E6)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.82, blue: 0.90, alpha: 1.0)