#eafecf
a pale, electric green · cool · closest name: beige
RGB
234, 254, 207
HSL
86°, 96%, 90%
CMYK
8, 0, 19, 0
Luminance
0.9288
Every format
| HEX | #eafecf |
| RGB | rgb(234, 254, 207) |
| HSL | hsl(86, 96%, 90%) |
| CMYK | cmyk(8%, 0%, 19%, 0%) |
| LAB | lab(97.2 -14.5 20.3) |
| LCH | lch(97.2 25.0 125.5) |
| OKLCH | oklch(0.971 0.065 126.3) |
Copy-ready code
/* CSS */
color: #eafecf;
background-color: #eafecf;
/* Tailwind (arbitrary) */
class="text-[#eafecf] bg-[#eafecf]"
/* SCSS */
$brand: #eafecf;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#eafecf")Accessibility — WCAG contrast
Aa
#eafecf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafecf on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue81.2%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#eafecf text on a black background
contrast 19.58:1
Card sample
#eafecf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafecf;
Background color
Panel with #eafecf background
background-color: #eafecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafecf; background: linear-gradient(135deg, #eafecf, #CFFED3);