#eaf7df
a pale, vivid green · cool · closest name: beige
RGB
234, 247, 223
HSL
93°, 60%, 92%
CMYK
5, 0, 10, 3
Luminance
0.8934
Every format
| HEX | #eaf7df |
| RGB | rgb(234, 247, 223) |
| HSL | hsl(93, 60%, 92%) |
| CMYK | cmyk(5%, 0%, 10%, 3%) |
| LAB | lab(95.7 -8.5 10.1) |
| LCH | lch(95.7 13.2 130.1) |
| OKLCH | oklch(0.960 0.035 130.5) |
Copy-ready code
/* CSS */
color: #eaf7df;
background-color: #eaf7df;
/* Tailwind (arbitrary) */
class="text-[#eaf7df] bg-[#eaf7df]"
/* SCSS */
$brand: #eaf7df;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#eaf7df")Accessibility — WCAG contrast
Aa
#eaf7df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7df on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue87.5%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#eaf7df text on a black background
contrast 18.87:1
Card sample
#eaf7df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7df;
Background color
Panel with #eaf7df background
background-color: #eaf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7df; background: linear-gradient(135deg, #eaf7df, #DFF7E4);