#dbeb90
a light, vivid green · cool · closest name: khaki
RGB
219, 235, 144
HSL
71°, 70%, 74%
CMYK
7, 0, 39, 8
Luminance
0.7649
Every format
| HEX | #dbeb90 |
| RGB | rgb(219, 235, 144) |
| HSL | hsl(71, 70%, 74%) |
| CMYK | cmyk(7%, 0%, 39%, 8%) |
| LAB | lab(90.1 -19.1 42.4) |
| LCH | lch(90.1 46.5 114.3) |
| OKLCH | oklch(0.908 0.116 116.9) |
Copy-ready code
/* CSS */
color: #dbeb90;
background-color: #dbeb90;
/* Tailwind (arbitrary) */
class="text-[#dbeb90] bg-[#dbeb90]"
/* SCSS */
$brand: #dbeb90;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.565)
/* Android */
Color.parseColor("#dbeb90")Accessibility — WCAG contrast
Aa
#dbeb90 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeb90 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue56.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow38.7%
Key (black)7.8%
Color previews
#dbeb90 text on a black background
contrast 16.30:1
Card sample
#dbeb90 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeb90;
Background color
Panel with #dbeb90 background
background-color: #dbeb90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeb90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeb90; background: linear-gradient(135deg, #dbeb90, #9EEB90);