#eafadc
a pale, electric green · cool · closest name: beige
RGB
234, 250, 220
HSL
92°, 75%, 92%
CMYK
6, 0, 12, 2
Luminance
0.9103
Every format
| HEX | #eafadc |
| RGB | rgb(234, 250, 220) |
| HSL | hsl(92, 75%, 92%) |
| CMYK | cmyk(6%, 0%, 12%, 2%) |
| LAB | lab(96.4 -10.5 12.6) |
| LCH | lch(96.4 16.4 129.7) |
| OKLCH | oklch(0.965 0.043 130.2) |
Copy-ready code
/* CSS */
color: #eafadc;
background-color: #eafadc;
/* Tailwind (arbitrary) */
class="text-[#eafadc] bg-[#eafadc]"
/* SCSS */
$brand: #eafadc;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.863)
/* Android */
Color.parseColor("#eafadc")Accessibility — WCAG contrast
Aa
#eafadc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafadc on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow12.0%
Key (black)2.0%
Color previews
#eafadc text on a black background
contrast 19.21:1
Card sample
#eafadc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafadc;
Background color
Panel with #eafadc background
background-color: #eafadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafadc; background: linear-gradient(135deg, #eafadc, #DCFAE2);