#eafbdf
a pale, electric green · cool · closest name: beige
RGB
234, 251, 223
HSL
96°, 78%, 93%
CMYK
7, 0, 11, 2
Luminance
0.9181
Every format
| HEX | #eafbdf |
| RGB | rgb(234, 251, 223) |
| HSL | hsl(96, 78%, 93%) |
| CMYK | cmyk(7%, 0%, 11%, 2%) |
| LAB | lab(96.7 -10.5 11.5) |
| LCH | lch(96.7 15.6 132.2) |
| OKLCH | oklch(0.968 0.041 132.9) |
Copy-ready code
/* CSS */
color: #eafbdf;
background-color: #eafbdf;
/* Tailwind (arbitrary) */
class="text-[#eafbdf] bg-[#eafbdf]"
/* SCSS */
$brand: #eafbdf;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#eafbdf")Accessibility — WCAG contrast
Aa
#eafbdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbdf on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#eafbdf text on a black background
contrast 19.36:1
Card sample
#eafbdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbdf;
Background color
Panel with #eafbdf background
background-color: #eafbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbdf; background: linear-gradient(135deg, #eafbdf, #DFFBE7);