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