Mount Eden
#e7efe0
Looking for the precise values behind Mount Eden (#e7efe0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e7efe0 | |
|---|---|---|
| RGB | rgb(231, 239, 224) | |
| HSL | hsl(92, 32%, 91%) | |
| CMYK | cmyk(3%, 0%, 6%, 6%) | |
| LAB | lab(94, -5, 6) | |
| OKLCH | oklch(0.94 0.022 130) |
Color harmonies
Tints & shades
Code snippets
color: #e7efe0;
background-color: #e7efe0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7EFE0)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.94, blue: 0.88, alpha: 1.0)