#eafbe8
a pale, vivid green · cool · closest name: beige
RGB
234, 251, 232
HSL
114°, 70%, 95%
CMYK
7, 0, 8, 2
Luminance
0.9231
Every format
| HEX | #eafbe8 |
| RGB | rgb(234, 251, 232) |
| HSL | hsl(114, 70%, 95%) |
| CMYK | cmyk(7%, 0%, 8%, 2%) |
| LAB | lab(97.0 -8.9 7.2) |
| LCH | lch(97.0 11.5 141.2) |
| OKLCH | oklch(0.970 0.031 142.3) |
Copy-ready code
/* CSS */
color: #eafbe8;
background-color: #eafbe8;
/* Tailwind (arbitrary) */
class="text-[#eafbe8] bg-[#eafbe8]"
/* SCSS */
$brand: #eafbe8;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.910)
/* Android */
Color.parseColor("#eafbe8")Accessibility — WCAG contrast
Aa
#eafbe8 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbe8 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue91.0%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow7.6%
Key (black)1.6%
Color previews
#eafbe8 text on a black background
contrast 19.46:1
Card sample
#eafbe8 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbe8;
Background color
Panel with #eafbe8 background
background-color: #eafbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbe8; background: linear-gradient(135deg, #eafbe8, #E8FBF3);