#dbeba2
a light, vivid green · cool · closest name: khaki
RGB
219, 235, 162
HSL
73°, 65%, 78%
CMYK
7, 0, 31, 8
Luminance
0.7709
Every format
| HEX | #dbeba2 |
| RGB | rgb(219, 235, 162) |
| HSL | hsl(73, 65%, 78%) |
| CMYK | cmyk(7%, 0%, 31%, 8%) |
| LAB | lab(90.4 -16.9 33.7) |
| LCH | lch(90.4 37.8 116.7) |
| OKLCH | oklch(0.911 0.096 118.4) |
Copy-ready code
/* CSS */
color: #dbeba2;
background-color: #dbeba2;
/* Tailwind (arbitrary) */
class="text-[#dbeba2] bg-[#dbeba2]"
/* SCSS */
$brand: #dbeba2;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#dbeba2")Accessibility — WCAG contrast
Aa
#dbeba2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeba2 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue63.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#dbeba2 text on a black background
contrast 16.42:1
Card sample
#dbeba2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeba2;
Background color
Panel with #dbeba2 background
background-color: #dbeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeba2; background: linear-gradient(135deg, #dbeba2, #AAEBA2);