Olive Conquering White
#e4e5d8
Olive Conquering White, represented by the hex value #e4e5d8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e4e5d8 | |
|---|---|---|
| RGB | rgb(228, 229, 216) | |
| HSL | hsl(65, 20%, 87%) | |
| CMYK | cmyk(0%, 0%, 6%, 10%) | |
| LAB | lab(91, -2, 6) | |
| OKLCH | oklch(0.92 0.017 110) |
Color harmonies
Tints & shades
Code snippets
color: #e4e5d8;
background-color: #e4e5d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE4E5D8)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.90, blue: 0.85, alpha: 1.0)