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