#dbf76c
a light, electric green · cool · closest name: khaki
RGB
219, 247, 108
HSL
72°, 90%, 70%
CMYK
11, 0, 56, 3
Luminance
0.8266
Every format
| HEX | #dbf76c |
| RGB | rgb(219, 247, 108) |
| HSL | hsl(72, 90%, 70%) |
| CMYK | cmyk(11%, 0%, 56%, 3%) |
| LAB | lab(92.9 -28.3 62.5) |
| LCH | lch(92.9 68.6 114.4) |
| OKLCH | oklch(0.929 0.167 119.3) |
Copy-ready code
/* CSS */
color: #dbf76c;
background-color: #dbf76c;
/* Tailwind (arbitrary) */
class="text-[#dbf76c] bg-[#dbf76c]"
/* SCSS */
$brand: #dbf76c;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.424)
/* Android */
Color.parseColor("#dbf76c")Accessibility — WCAG contrast
Aa
#dbf76c on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf76c on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue42.4%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow56.3%
Key (black)3.1%
Color previews
#dbf76c text on a black background
contrast 17.53:1
Card sample
#dbf76c text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf76c;
Background color
Panel with #dbf76c background
background-color: #dbf76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf76c; background: linear-gradient(135deg, #dbf76c, #7EF76C);