#e4fac0
a pale, electric green · cool · closest name: beige
RGB
228, 250, 192
HSL
83°, 85%, 87%
CMYK
9, 0, 23, 2
Luminance
0.8867
Every format
| HEX | #e4fac0 |
| RGB | rgb(228, 250, 192) |
| HSL | hsl(83, 85%, 87%) |
| CMYK | cmyk(9%, 0%, 23%, 2%) |
| LAB | lab(95.4 -16.9 25.5) |
| LCH | lch(95.4 30.6 123.5) |
| OKLCH | oklch(0.955 0.079 124.7) |
Copy-ready code
/* CSS */
color: #e4fac0;
background-color: #e4fac0;
/* Tailwind (arbitrary) */
class="text-[#e4fac0] bg-[#e4fac0]"
/* SCSS */
$brand: #e4fac0;
/* SwiftUI */
Color(red: 0.894, green: 0.980, blue: 0.753)
/* Android */
Color.parseColor("#e4fac0")Accessibility — WCAG contrast
Aa
#e4fac0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fac0 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.0%
Blue75.3%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow23.2%
Key (black)2.0%
Color previews
#e4fac0 text on a black background
contrast 18.73:1
Card sample
#e4fac0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fac0;
Background color
Panel with #e4fac0 background
background-color: #e4fac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 250, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 250, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fac0; background: linear-gradient(135deg, #e4fac0, #C0FAC3);