#e7f4b3
a light, vivid green · cool · closest name: khaki
RGB
231, 244, 179
HSL
72°, 75%, 83%
CMYK
5, 0, 27, 4
Luminance
0.8494
Every format
| HEX | #e7f4b3 |
| RGB | rgb(231, 244, 179) |
| HSL | hsl(72, 75%, 83%) |
| CMYK | cmyk(5%, 0%, 27%, 4%) |
| LAB | lab(93.9 -14.7 30.0) |
| LCH | lch(93.9 33.4 116.2) |
| OKLCH | oklch(0.942 0.085 117.3) |
Copy-ready code
/* CSS */
color: #e7f4b3;
background-color: #e7f4b3;
/* Tailwind (arbitrary) */
class="text-[#e7f4b3] bg-[#e7f4b3]"
/* SCSS */
$brand: #e7f4b3;
/* SwiftUI */
Color(red: 0.906, green: 0.957, blue: 0.702)
/* Android */
Color.parseColor("#e7f4b3")Accessibility — WCAG contrast
Aa
#e7f4b3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f4b3 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green95.7%
Blue70.2%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow26.6%
Key (black)4.3%
Color previews
#e7f4b3 text on a black background
contrast 17.99:1
Card sample
#e7f4b3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f4b3;
Background color
Panel with #e7f4b3 background
background-color: #e7f4b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f4b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 244, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 244, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f4b3; background: linear-gradient(135deg, #e7f4b3, #BCF4B3);