Snowy Summit
#c5d8e9
Looking for the precise values behind Snowy Summit (#c5d8e9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c5d8e9 | |
|---|---|---|
| RGB | rgb(197, 216, 233) | |
| HSL | hsl(208, 45%, 84%) | |
| CMYK | cmyk(15%, 7%, 0%, 9%) | |
| LAB | lab(85, -4, -11) | |
| OKLCH | oklch(0.87 0.031 245) |
Color harmonies
Tints & shades
Code snippets
color: #c5d8e9;
background-color: #c5d8e9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC5D8E9)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.85, blue: 0.91, alpha: 1.0)