#eafbd0
a pale, electric green · cool · closest name: beige
RGB
234, 251, 208
HSL
84°, 84%, 90%
CMYK
7, 0, 17, 2
Luminance
0.9104
Every format
| HEX | #eafbd0 |
| RGB | rgb(234, 251, 208) |
| HSL | hsl(84, 84%, 90%) |
| CMYK | cmyk(7%, 0%, 17%, 2%) |
| LAB | lab(96.4 -12.9 18.8) |
| LCH | lch(96.4 22.8 124.5) |
| OKLCH | oklch(0.965 0.059 125.1) |
Copy-ready code
/* CSS */
color: #eafbd0;
background-color: #eafbd0;
/* Tailwind (arbitrary) */
class="text-[#eafbd0] bg-[#eafbd0]"
/* SCSS */
$brand: #eafbd0;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.816)
/* Android */
Color.parseColor("#eafbd0")Accessibility — WCAG contrast
Aa
#eafbd0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbd0 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue81.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow17.1%
Key (black)1.6%
Color previews
#eafbd0 text on a black background
contrast 19.21:1
Card sample
#eafbd0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbd0;
Background color
Panel with #eafbd0 background
background-color: #eafbd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbd0; background: linear-gradient(135deg, #eafbd0, #D0FBD3);