Polar Expedition
#c9e7e3
Looking for the precise values behind Polar Expedition (#c9e7e3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c9e7e3 | |
|---|---|---|
| RGB | rgb(201, 231, 227) | |
| HSL | hsl(172, 38%, 85%) | |
| CMYK | cmyk(13%, 0%, 2%, 9%) | |
| LAB | lab(89, -11, -2) | |
| OKLCH | oklch(0.91 0.032 187) |
Color harmonies
Tints & shades
Code snippets
color: #c9e7e3;
background-color: #c9e7e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC9E7E3)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.91, blue: 0.89, alpha: 1.0)