Polar
#e5f2e7
Looking for the precise values behind Polar (#e5f2e7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e5f2e7 | |
|---|---|---|
| RGB | rgb(229, 242, 231) | |
| HSL | hsl(129, 33%, 92%) | |
| CMYK | cmyk(5%, 0%, 5%, 5%) | |
| LAB | lab(94, -6, 4) | |
| OKLCH | oklch(0.95 0.02 150) |
Color harmonies
Tints & shades
Code snippets
color: #e5f2e7;
background-color: #e5f2e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5F2E7)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.95, blue: 0.91, alpha: 1.0)