#d3ebba
a light, vivid green · cool · closest name: beige
RGB
211, 235, 186
HSL
89°, 55%, 83%
CMYK
10, 0, 21, 8
Luminance
0.7681
Every format
| HEX | #d3ebba |
| RGB | rgb(211, 235, 186) |
| HSL | hsl(89, 55%, 83%) |
| CMYK | cmyk(10%, 0%, 21%, 8%) |
| LAB | lab(90.2 -16.4 21.2) |
| LCH | lch(90.2 26.8 127.7) |
| OKLCH | oklch(0.910 0.070 129.0) |
Copy-ready code
/* CSS */
color: #d3ebba;
background-color: #d3ebba;
/* Tailwind (arbitrary) */
class="text-[#d3ebba] bg-[#d3ebba]"
/* SCSS */
$brand: #d3ebba;
/* SwiftUI */
Color(red: 0.827, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#d3ebba")Accessibility — WCAG contrast
Aa
#d3ebba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ebba on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.2%
Blue72.9%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#d3ebba text on a black background
contrast 16.36:1
Card sample
#d3ebba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ebba;
Background color
Panel with #d3ebba background
background-color: #d3ebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ebba; background: linear-gradient(135deg, #d3ebba, #BAEBC1);