Polar Bear
#eae9e0
Polar Bear, represented by the hex value #eae9e0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eae9e0 | |
|---|---|---|
| RGB | rgb(234, 233, 224) | |
| HSL | hsl(54, 19%, 90%) | |
| CMYK | cmyk(0%, 0%, 4%, 8%) | |
| LAB | lab(92, -1, 5) | |
| OKLCH | oklch(0.93 0.012 101) |
Color harmonies
Tints & shades
Code snippets
color: #eae9e0;
background-color: #eae9e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAE9E0)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.91, blue: 0.88, alpha: 1.0)