#dbf082
a light, electric green · cool · closest name: khaki
RGB
219, 240, 130
HSL
72°, 79%, 73%
CMYK
9, 0, 46, 6
Luminance
0.7899
Every format
| HEX | #dbf082 |
| RGB | rgb(219, 240, 130) |
| HSL | hsl(72, 79%, 73%) |
| CMYK | cmyk(9%, 0%, 46%, 6%) |
| LAB | lab(91.2 -23.0 50.6) |
| LCH | lch(91.2 55.6 114.5) |
| OKLCH | oklch(0.916 0.138 118.1) |
Copy-ready code
/* CSS */
color: #dbf082;
background-color: #dbf082;
/* Tailwind (arbitrary) */
class="text-[#dbf082] bg-[#dbf082]"
/* SCSS */
$brand: #dbf082;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.510)
/* Android */
Color.parseColor("#dbf082")Accessibility — WCAG contrast
Aa
#dbf082 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf082 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue51.0%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow45.8%
Key (black)5.9%
Color previews
#dbf082 text on a black background
contrast 16.80:1
Card sample
#dbf082 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf082;
Background color
Panel with #dbf082 background
background-color: #dbf082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf082; background: linear-gradient(135deg, #dbf082, #91F082);