#e7f3ac
a light, vivid green · cool · closest name: khaki
RGB
231, 243, 172
HSL
70°, 75%, 81%
CMYK
5, 0, 29, 5
Luminance
0.8407
Every format
| HEX | #e7f3ac |
| RGB | rgb(231, 243, 172) |
| HSL | hsl(70, 75%, 81%) |
| CMYK | cmyk(5%, 0%, 29%, 5%) |
| LAB | lab(93.5 -15.2 33.0) |
| LCH | lch(93.5 36.3 114.7) |
| OKLCH | oklch(0.938 0.092 116.0) |
Copy-ready code
/* CSS */
color: #e7f3ac;
background-color: #e7f3ac;
/* Tailwind (arbitrary) */
class="text-[#e7f3ac] bg-[#e7f3ac]"
/* SCSS */
$brand: #e7f3ac;
/* SwiftUI */
Color(red: 0.906, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#e7f3ac")Accessibility — WCAG contrast
Aa
#e7f3ac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f3ac on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green95.3%
Blue67.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#e7f3ac text on a black background
contrast 17.81:1
Card sample
#e7f3ac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f3ac;
Background color
Panel with #e7f3ac background
background-color: #e7f3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f3ac; background: linear-gradient(135deg, #e7f3ac, #B8F3AC);