White Mecca
#ecf3e1
White Mecca, represented by the hex value #ecf3e1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ecf3e1 | |
|---|---|---|
| RGB | rgb(236, 243, 225) | |
| HSL | hsl(83, 43%, 92%) | |
| CMYK | cmyk(3%, 0%, 7%, 5%) | |
| LAB | lab(95, -5, 8) | |
| OKLCH | oklch(0.95 0.025 124) |
Color harmonies
Tints & shades
Code snippets
color: #ecf3e1;
background-color: #ecf3e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFECF3E1)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.95, blue: 0.88, alpha: 1.0)