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