#dbf84d
a balanced, electric green · cool · closest name: yellow
RGB
219, 248, 77
HSL
70°, 92%, 64%
CMYK
12, 0, 69, 3
Luminance
0.8273
Every format
| HEX | #dbf84d |
| RGB | rgb(219, 248, 77) |
| HSL | hsl(70, 92%, 64%) |
| CMYK | cmyk(12%, 0%, 69%, 3%) |
| LAB | lab(92.9 -30.9 74.8) |
| LCH | lch(92.9 80.9 112.4) |
| OKLCH | oklch(0.928 0.191 118.7) |
Copy-ready code
/* CSS */
color: #dbf84d;
background-color: #dbf84d;
/* Tailwind (arbitrary) */
class="text-[#dbf84d] bg-[#dbf84d]"
/* SCSS */
$brand: #dbf84d;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.302)
/* Android */
Color.parseColor("#dbf84d")Accessibility — WCAG contrast
Aa
#dbf84d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf84d on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue30.2%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow69.0%
Key (black)2.7%
Color previews
#dbf84d text on a black background
contrast 17.55:1
Card sample
#dbf84d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf84d;
Background color
Panel with #dbf84d background
background-color: #dbf84d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf84d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf84d; background: linear-gradient(135deg, #dbf84d, #69F84D);