#eafccf
a pale, electric green · cool · closest name: beige
RGB
234, 252, 207
HSL
84°, 88%, 90%
CMYK
7, 0, 18, 1
Luminance
0.9162
Every format
| HEX | #eafccf |
| RGB | rgb(234, 252, 207) |
| HSL | hsl(84, 88%, 90%) |
| CMYK | cmyk(7%, 0%, 18%, 1%) |
| LAB | lab(96.7 -13.5 19.6) |
| LCH | lch(96.7 23.8 124.6) |
| OKLCH | oklch(0.966 0.062 125.3) |
Copy-ready code
/* CSS */
color: #eafccf;
background-color: #eafccf;
/* Tailwind (arbitrary) */
class="text-[#eafccf] bg-[#eafccf]"
/* SCSS */
$brand: #eafccf;
/* SwiftUI */
Color(red: 0.918, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#eafccf")Accessibility — WCAG contrast
Aa
#eafccf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafccf on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.8%
Blue81.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#eafccf text on a black background
contrast 19.32:1
Card sample
#eafccf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafccf;
Background color
Panel with #eafccf background
background-color: #eafccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafccf; background: linear-gradient(135deg, #eafccf, #CFFCD2);