#eafccc
a pale, electric green · cool · closest name: beige
RGB
234, 252, 204
HSL
83°, 89%, 89%
CMYK
7, 0, 19, 1
Luminance
0.9147
Every format
| HEX | #eafccc |
| RGB | rgb(234, 252, 204) |
| HSL | hsl(83, 89%, 89%) |
| CMYK | cmyk(7%, 0%, 19%, 1%) |
| LAB | lab(96.6 -14.0 21.1) |
| LCH | lch(96.6 25.3 123.6) |
| OKLCH | oklch(0.966 0.065 124.3) |
Copy-ready code
/* CSS */
color: #eafccc;
background-color: #eafccc;
/* Tailwind (arbitrary) */
class="text-[#eafccc] bg-[#eafccc]"
/* SCSS */
$brand: #eafccc;
/* SwiftUI */
Color(red: 0.918, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#eafccc")Accessibility — WCAG contrast
Aa
#eafccc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafccc on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.8%
Blue80.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#eafccc text on a black background
contrast 19.29:1
Card sample
#eafccc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafccc;
Background color
Panel with #eafccc background
background-color: #eafccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafccc; background: linear-gradient(135deg, #eafccc, #CCFCCE);