#dbeb97
a light, vivid green · cool · closest name: khaki
RGB
219, 235, 151
HSL
71°, 68%, 76%
CMYK
7, 0, 36, 8
Luminance
0.7671
Every format
| HEX | #dbeb97 |
| RGB | rgb(219, 235, 151) |
| HSL | hsl(71, 68%, 76%) |
| CMYK | cmyk(7%, 0%, 36%, 8%) |
| LAB | lab(90.2 -18.3 39.0) |
| LCH | lch(90.2 43.1 115.1) |
| OKLCH | oklch(0.909 0.108 117.4) |
Copy-ready code
/* CSS */
color: #dbeb97;
background-color: #dbeb97;
/* Tailwind (arbitrary) */
class="text-[#dbeb97] bg-[#dbeb97]"
/* SCSS */
$brand: #dbeb97;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#dbeb97")Accessibility — WCAG contrast
Aa
#dbeb97 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb97 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue59.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow35.7%
Key (black)7.8%
Color previews
#dbeb97 text on a black background
contrast 16.34:1
Card sample
#dbeb97 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb97;
Background color
Panel with #dbeb97 background
background-color: #dbeb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb97; background: linear-gradient(135deg, #dbeb97, #A3EB97);