#eafacf
a pale, electric green · cool · closest name: beige
RGB
234, 250, 207
HSL
82°, 81%, 90%
CMYK
6, 0, 17, 2
Luminance
0.9037
Every format
| HEX | #eafacf |
| RGB | rgb(234, 250, 207) |
| HSL | hsl(82, 81%, 90%) |
| CMYK | cmyk(6%, 0%, 17%, 2%) |
| LAB | lab(96.2 -12.5 18.9) |
| LCH | lch(96.2 22.7 123.6) |
| OKLCH | oklch(0.962 0.059 124.1) |
Copy-ready code
/* CSS */
color: #eafacf;
background-color: #eafacf;
/* Tailwind (arbitrary) */
class="text-[#eafacf] bg-[#eafacf]"
/* SCSS */
$brand: #eafacf;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#eafacf")Accessibility — WCAG contrast
Aa
#eafacf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafacf on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue81.2%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#eafacf text on a black background
contrast 19.07:1
Card sample
#eafacf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafacf;
Background color
Panel with #eafacf background
background-color: #eafacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafacf; background: linear-gradient(135deg, #eafacf, #CFFAD1);