#e0e8ba
a light, vivid green · cool · closest name: beige
RGB
224, 232, 186
HSL
70°, 50%, 82%
CMYK
3, 0, 20, 9
Luminance
0.7711
Every format
| HEX | #e0e8ba |
| RGB | rgb(224, 232, 186) |
| HSL | hsl(70, 50%, 82%) |
| CMYK | cmyk(3%, 0%, 20%, 9%) |
| LAB | lab(90.4 -10.3 21.5) |
| LCH | lch(90.4 23.9 115.6) |
| OKLCH | oklch(0.913 0.061 115.6) |
Copy-ready code
/* CSS */
color: #e0e8ba;
background-color: #e0e8ba;
/* Tailwind (arbitrary) */
class="text-[#e0e8ba] bg-[#e0e8ba]"
/* SCSS */
$brand: #e0e8ba;
/* SwiftUI */
Color(red: 0.878, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#e0e8ba")Accessibility — WCAG contrast
Aa
#e0e8ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e8ba on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green91.0%
Blue72.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#e0e8ba text on a black background
contrast 16.42:1
Card sample
#e0e8ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e8ba;
Background color
Panel with #e0e8ba background
background-color: #e0e8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e8ba; background: linear-gradient(135deg, #e0e8ba, #C1E8BA);