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