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