#eafadf
a pale, vivid green · cool · closest name: beige
RGB
234, 250, 223
HSL
96°, 73%, 93%
CMYK
6, 0, 11, 2
Luminance
0.9119
Every format
| HEX | #eafadf |
| RGB | rgb(234, 250, 223) |
| HSL | hsl(96, 73%, 93%) |
| CMYK | cmyk(6%, 0%, 11%, 2%) |
| LAB | lab(96.5 -10.0 11.2) |
| LCH | lch(96.5 15.0 131.8) |
| OKLCH | oklch(0.966 0.039 132.4) |
Copy-ready code
/* CSS */
color: #eafadf;
background-color: #eafadf;
/* Tailwind (arbitrary) */
class="text-[#eafadf] bg-[#eafadf]"
/* SCSS */
$brand: #eafadf;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#eafadf")Accessibility — WCAG contrast
Aa
#eafadf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafadf on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue87.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#eafadf text on a black background
contrast 19.24:1
Card sample
#eafadf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafadf;
Background color
Panel with #eafadf background
background-color: #eafadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafadf; background: linear-gradient(135deg, #eafadf, #DFFAE6);