#d8ebba
a light, vivid green · cool · closest name: beige
RGB
216, 235, 186
HSL
83°, 55%, 83%
CMYK
8, 0, 21, 8
Luminance
0.7756
Every format
| HEX | #d8ebba |
| RGB | rgb(216, 235, 186) |
| HSL | hsl(83, 55%, 83%) |
| CMYK | cmyk(8%, 0%, 21%, 8%) |
| LAB | lab(90.6 -14.7 21.7) |
| LCH | lch(90.6 26.2 124.0) |
| OKLCH | oklch(0.913 0.068 124.9) |
Copy-ready code
/* CSS */
color: #d8ebba;
background-color: #d8ebba;
/* Tailwind (arbitrary) */
class="text-[#d8ebba] bg-[#d8ebba]"
/* SCSS */
$brand: #d8ebba;
/* SwiftUI */
Color(red: 0.847, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#d8ebba")Accessibility — WCAG contrast
Aa
#d8ebba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ebba on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.2%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#d8ebba text on a black background
contrast 16.51:1
Card sample
#d8ebba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ebba;
Background color
Panel with #d8ebba background
background-color: #d8ebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ebba; background: linear-gradient(135deg, #d8ebba, #BAEBBC);