#e2faeb
a pale, vivid green · cool · closest name: ivory
RGB
226, 250, 235
HSL
143°, 71%, 93%
CMYK
10, 0, 6, 2
Luminance
0.9054
Every format
| HEX | #e2faeb |
| RGB | rgb(226, 250, 235) |
| HSL | hsl(143, 71%, 93%) |
| CMYK | cmyk(10%, 0%, 6%, 2%) |
| LAB | lab(96.2 -10.6 4.5) |
| LCH | lch(96.2 11.5 156.8) |
| OKLCH | oklch(0.964 0.032 158.3) |
Copy-ready code
/* CSS */
color: #e2faeb;
background-color: #e2faeb;
/* Tailwind (arbitrary) */
class="text-[#e2faeb] bg-[#e2faeb]"
/* SCSS */
$brand: #e2faeb;
/* SwiftUI */
Color(red: 0.886, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#e2faeb")Accessibility — WCAG contrast
Aa
#e2faeb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2faeb on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.0%
Blue92.2%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#e2faeb text on a black background
contrast 19.11:1
Card sample
#e2faeb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2faeb;
Background color
Panel with #e2faeb background
background-color: #e2faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2faeb; background: linear-gradient(135deg, #e2faeb, #E2F9FA);