#e0f6ec
a pale, vivid green · cool · closest name: ivory
RGB
224, 246, 236
HSL
153°, 55%, 92%
CMYK
9, 0, 4, 4
Luminance
0.8781
Every format
| HEX | #e0f6ec |
| RGB | rgb(224, 246, 236) |
| HSL | hsl(153, 55%, 92%) |
| CMYK | cmyk(9%, 0%, 4%, 4%) |
| LAB | lab(95.1 -9.0 2.4) |
| LCH | lch(95.1 9.3 165.4) |
| OKLCH | oklch(0.954 0.027 166.8) |
Copy-ready code
/* CSS */
color: #e0f6ec;
background-color: #e0f6ec;
/* Tailwind (arbitrary) */
class="text-[#e0f6ec] bg-[#e0f6ec]"
/* SCSS */
$brand: #e0f6ec;
/* SwiftUI */
Color(red: 0.878, green: 0.965, blue: 0.925)
/* Android */
Color.parseColor("#e0f6ec")Accessibility — WCAG contrast
Aa
#e0f6ec on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0f6ec on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green96.5%
Blue92.5%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow4.1%
Key (black)3.5%
Color previews
#e0f6ec text on a black background
contrast 18.56:1
Card sample
#e0f6ec text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0f6ec;
Background color
Panel with #e0f6ec background
background-color: #e0f6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0f6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 246, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 246, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0f6ec; background: linear-gradient(135deg, #e0f6ec, #E0F1F6);