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