#d8e8ba
a light, vivid green · cool · closest name: beige
RGB
216, 232, 186
HSL
81°, 50%, 82%
CMYK
7, 0, 20, 9
Luminance
0.7586
Every format
| HEX | #d8e8ba |
| RGB | rgb(216, 232, 186) |
| HSL | hsl(81, 50%, 82%) |
| CMYK | cmyk(7%, 0%, 20%, 9%) |
| LAB | lab(89.8 -13.2 20.6) |
| LCH | lch(89.8 24.5 122.5) |
| OKLCH | oklch(0.907 0.063 123.2) |
Copy-ready code
/* CSS */
color: #d8e8ba;
background-color: #d8e8ba;
/* Tailwind (arbitrary) */
class="text-[#d8e8ba] bg-[#d8e8ba]"
/* SCSS */
$brand: #d8e8ba;
/* SwiftUI */
Color(red: 0.847, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#d8e8ba")Accessibility — WCAG contrast
Aa
#d8e8ba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8e8ba on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green91.0%
Blue72.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#d8e8ba text on a black background
contrast 16.17:1
Card sample
#d8e8ba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8e8ba;
Background color
Panel with #d8e8ba background
background-color: #d8e8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8e8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8e8ba; background: linear-gradient(135deg, #d8e8ba, #BAE8BB);