Yeti Footprint
#c7d7e0
Looking for the precise values behind Yeti Footprint (#c7d7e0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c7d7e0 | |
|---|---|---|
| RGB | rgb(199, 215, 224) | |
| HSL | hsl(202, 29%, 83%) | |
| CMYK | cmyk(11%, 4%, 0%, 12%) | |
| LAB | lab(85, -4, -6) | |
| OKLCH | oklch(0.87 0.021 232) |
Color harmonies
Tints & shades
Code snippets
color: #c7d7e0;
background-color: #c7d7e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC7D7E0)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.84, blue: 0.88, alpha: 1.0)