#eaefd4
a pale, vivid green · cool · closest name: beige
RGB
234, 239, 212
HSL
71°, 46%, 88%
CMYK
2, 0, 11, 6
Luminance
0.8398
Every format
| HEX | #eaefd4 |
| RGB | rgb(234, 239, 212) |
| HSL | hsl(71, 46%, 88%) |
| CMYK | cmyk(2%, 0%, 11%, 6%) |
| LAB | lab(93.4 -6.3 12.5) |
| LCH | lch(93.4 14.0 116.6) |
| OKLCH | oklch(0.941 0.036 115.6) |
Copy-ready code
/* CSS */
color: #eaefd4;
background-color: #eaefd4;
/* Tailwind (arbitrary) */
class="text-[#eaefd4] bg-[#eaefd4]"
/* SCSS */
$brand: #eaefd4;
/* SwiftUI */
Color(red: 0.918, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#eaefd4")Accessibility — WCAG contrast
Aa
#eaefd4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaefd4 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green93.7%
Blue83.1%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#eaefd4 text on a black background
contrast 17.80:1
Card sample
#eaefd4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaefd4;
Background color
Panel with #eaefd4 background
background-color: #eaefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaefd4; background: linear-gradient(135deg, #eaefd4, #D8EFD4);