#e0faf0
a pale, vivid green · cool · closest name: ivory
RGB
224, 250, 240
HSL
157°, 72%, 93%
CMYK
10, 0, 4, 2
Luminance
0.9051
Every format
| HEX | #e0faf0 |
| RGB | rgb(224, 250, 240) |
| HSL | hsl(157, 72%, 93%) |
| CMYK | cmyk(10%, 0%, 4%, 2%) |
| LAB | lab(96.2 -10.3 1.9) |
| LCH | lch(96.2 10.5 169.4) |
| OKLCH | oklch(0.964 0.030 170.6) |
Copy-ready code
/* CSS */
color: #e0faf0;
background-color: #e0faf0;
/* Tailwind (arbitrary) */
class="text-[#e0faf0] bg-[#e0faf0]"
/* SCSS */
$brand: #e0faf0;
/* SwiftUI */
Color(red: 0.878, green: 0.980, blue: 0.941)
/* Android */
Color.parseColor("#e0faf0")Accessibility — WCAG contrast
Aa
#e0faf0 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0faf0 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green98.0%
Blue94.1%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow4.0%
Key (black)2.0%
Color previews
#e0faf0 text on a black background
contrast 19.10:1
Card sample
#e0faf0 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0faf0;
Background color
Panel with #e0faf0 background
background-color: #e0faf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0faf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 250, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 250, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0faf0; background: linear-gradient(135deg, #e0faf0, #E0F3FA);