#eefacb
a pale, electric green · cool · closest name: beige
RGB
238, 250, 203
HSL
75°, 83%, 89%
CMYK
5, 0, 19, 2
Luminance
0.9086
Every format
| HEX | #eefacb |
| RGB | rgb(238, 250, 203) |
| HSL | hsl(75, 83%, 89%) |
| CMYK | cmyk(5%, 0%, 19%, 2%) |
| LAB | lab(96.3 -11.8 21.3) |
| LCH | lch(96.3 24.3 118.9) |
| OKLCH | oklch(0.964 0.062 119.2) |
Copy-ready code
/* CSS */
color: #eefacb;
background-color: #eefacb;
/* Tailwind (arbitrary) */
class="text-[#eefacb] bg-[#eefacb]"
/* SCSS */
$brand: #eefacb;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#eefacb")Accessibility — WCAG contrast
Aa
#eefacb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefacb on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue79.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#eefacb text on a black background
contrast 19.17:1
Card sample
#eefacb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefacb;
Background color
Panel with #eefacb background
background-color: #eefacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefacb; background: linear-gradient(135deg, #eefacb, #CFFACB);