#eaf9df
a pale, vivid green · cool · closest name: beige
RGB
234, 249, 223
HSL
95°, 68%, 93%
CMYK
6, 0, 10, 2
Luminance
0.9057
Every format
| HEX | #eaf9df |
| RGB | rgb(234, 249, 223) |
| HSL | hsl(95, 68%, 93%) |
| CMYK | cmyk(6%, 0%, 10%, 2%) |
| LAB | lab(96.2 -9.5 10.8) |
| LCH | lch(96.2 14.4 131.3) |
| OKLCH | oklch(0.964 0.038 131.8) |
Copy-ready code
/* CSS */
color: #eaf9df;
background-color: #eaf9df;
/* Tailwind (arbitrary) */
class="text-[#eaf9df] bg-[#eaf9df]"
/* SCSS */
$brand: #eaf9df;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#eaf9df")Accessibility — WCAG contrast
Aa
#eaf9df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf9df on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue87.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#eaf9df text on a black background
contrast 19.11:1
Card sample
#eaf9df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf9df;
Background color
Panel with #eaf9df background
background-color: #eaf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf9df; background: linear-gradient(135deg, #eaf9df, #DFF9E5);