#eaf6df
a pale, vivid green · cool · closest name: beige
RGB
234, 246, 223
HSL
91°, 56%, 92%
CMYK
5, 0, 9, 4
Luminance
0.8873
Every format
| HEX | #eaf6df |
| RGB | rgb(234, 246, 223) |
| HSL | hsl(91, 56%, 92%) |
| CMYK | cmyk(5%, 0%, 9%, 4%) |
| LAB | lab(95.5 -8.0 9.7) |
| LCH | lch(95.5 12.6 129.4) |
| OKLCH | oklch(0.958 0.033 129.7) |
Copy-ready code
/* CSS */
color: #eaf6df;
background-color: #eaf6df;
/* Tailwind (arbitrary) */
class="text-[#eaf6df] bg-[#eaf6df]"
/* SCSS */
$brand: #eaf6df;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#eaf6df")Accessibility — WCAG contrast
Aa
#eaf6df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6df on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#eaf6df text on a black background
contrast 18.75:1
Card sample
#eaf6df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6df;
Background color
Panel with #eaf6df background
background-color: #eaf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6df; background: linear-gradient(135deg, #eaf6df, #DFF6E3);