#e5f3af
a light, vivid green · cool · closest name: khaki
RGB
229, 243, 175
HSL
72°, 74%, 82%
CMYK
6, 0, 28, 5
Luminance
0.8385
Every format
| HEX | #e5f3af |
| RGB | rgb(229, 243, 175) |
| HSL | hsl(72, 74%, 82%) |
| CMYK | cmyk(6%, 0%, 28%, 5%) |
| LAB | lab(93.4 -15.5 31.3) |
| LCH | lch(93.4 35.0 116.3) |
| OKLCH | oklch(0.938 0.089 117.6) |
Copy-ready code
/* CSS */
color: #e5f3af;
background-color: #e5f3af;
/* Tailwind (arbitrary) */
class="text-[#e5f3af] bg-[#e5f3af]"
/* SCSS */
$brand: #e5f3af;
/* SwiftUI */
Color(red: 0.898, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#e5f3af")Accessibility — WCAG contrast
Aa
#e5f3af on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f3af on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.3%
Blue68.6%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#e5f3af text on a black background
contrast 17.77:1
Card sample
#e5f3af text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f3af;
Background color
Panel with #e5f3af background
background-color: #e5f3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f3af; background: linear-gradient(135deg, #e5f3af, #B8F3AF);