#e7f3c4
a pale, vivid green · cool · closest name: beige
RGB
231, 243, 196
HSL
75°, 66%, 86%
CMYK
5, 0, 19, 5
Luminance
0.8508
Every format
| HEX | #e7f3c4 |
| RGB | rgb(231, 243, 196) |
| HSL | hsl(75, 66%, 86%) |
| CMYK | cmyk(5%, 0%, 19%, 5%) |
| LAB | lab(93.9 -11.8 21.4) |
| LCH | lch(93.9 24.4 118.9) |
| OKLCH | oklch(0.943 0.063 119.2) |
Copy-ready code
/* CSS */
color: #e7f3c4;
background-color: #e7f3c4;
/* Tailwind (arbitrary) */
class="text-[#e7f3c4] bg-[#e7f3c4]"
/* SCSS */
$brand: #e7f3c4;
/* SwiftUI */
Color(red: 0.906, green: 0.953, blue: 0.769)
/* Android */
Color.parseColor("#e7f3c4")Accessibility — WCAG contrast
Aa
#e7f3c4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f3c4 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green95.3%
Blue76.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow19.3%
Key (black)4.7%
Color previews
#e7f3c4 text on a black background
contrast 18.02:1
Card sample
#e7f3c4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f3c4;
Background color
Panel with #e7f3c4 background
background-color: #e7f3c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f3c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 243, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 243, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f3c4; background: linear-gradient(135deg, #e7f3c4, #C8F3C4);