#e2f0c3
a pale, vivid green · cool · closest name: beige
RGB
226, 240, 195
HSL
79°, 60%, 85%
CMYK
6, 0, 19, 6
Luminance
0.8243
Every format
| HEX | #e2f0c3 |
| RGB | rgb(226, 240, 195) |
| HSL | hsl(79, 60%, 85%) |
| CMYK | cmyk(6%, 0%, 19%, 6%) |
| LAB | lab(92.8 -12.2 20.2) |
| LCH | lch(92.8 23.6 121.1) |
| OKLCH | oklch(0.933 0.061 121.6) |
Copy-ready code
/* CSS */
color: #e2f0c3;
background-color: #e2f0c3;
/* Tailwind (arbitrary) */
class="text-[#e2f0c3] bg-[#e2f0c3]"
/* SCSS */
$brand: #e2f0c3;
/* SwiftUI */
Color(red: 0.886, green: 0.941, blue: 0.765)
/* Android */
Color.parseColor("#e2f0c3")Accessibility — WCAG contrast
Aa
#e2f0c3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f0c3 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.1%
Blue76.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow18.8%
Key (black)5.9%
Color previews
#e2f0c3 text on a black background
contrast 17.49:1
Card sample
#e2f0c3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f0c3;
Background color
Panel with #e2f0c3 background
background-color: #e2f0c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f0c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 240, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 240, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f0c3; background: linear-gradient(135deg, #e2f0c3, #C4F0C3);