#eafac2
a pale, electric green · cool · closest name: beige
RGB
234, 250, 194
HSL
77°, 85%, 87%
CMYK
6, 0, 22, 2
Luminance
0.8976
Every format
| HEX | #eafac2 |
| RGB | rgb(234, 250, 194) |
| HSL | hsl(77, 85%, 87%) |
| CMYK | cmyk(6%, 0%, 22%, 2%) |
| LAB | lab(95.9 -14.5 25.2) |
| LCH | lch(95.9 29.0 119.9) |
| OKLCH | oklch(0.959 0.074 120.8) |
Copy-ready code
/* CSS */
color: #eafac2;
background-color: #eafac2;
/* Tailwind (arbitrary) */
class="text-[#eafac2] bg-[#eafac2]"
/* SCSS */
$brand: #eafac2;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#eafac2")Accessibility — WCAG contrast
Aa
#eafac2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafac2 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue76.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#eafac2 text on a black background
contrast 18.95:1
Card sample
#eafac2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafac2;
Background color
Panel with #eafac2 background
background-color: #eafac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafac2; background: linear-gradient(135deg, #eafac2, #C5FAC2);