#dbf74f
a balanced, electric green · cool · closest name: yellow
RGB
219, 247, 79
HSL
70°, 91%, 64%
CMYK
11, 0, 68, 3
Luminance
0.8215
Every format
| HEX | #dbf74f |
| RGB | rgb(219, 247, 79) |
| HSL | hsl(70, 91%, 64%) |
| CMYK | cmyk(11%, 0%, 68%, 3%) |
| LAB | lab(92.6 -30.3 73.8) |
| LCH | lch(92.6 79.8 112.3) |
| OKLCH | oklch(0.926 0.188 118.5) |
Copy-ready code
/* CSS */
color: #dbf74f;
background-color: #dbf74f;
/* Tailwind (arbitrary) */
class="text-[#dbf74f] bg-[#dbf74f]"
/* SCSS */
$brand: #dbf74f;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#dbf74f")Accessibility — WCAG contrast
Aa
#dbf74f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf74f on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue31.0%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#dbf74f text on a black background
contrast 17.43:1
Card sample
#dbf74f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf74f;
Background color
Panel with #dbf74f background
background-color: #dbf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf74f; background: linear-gradient(135deg, #dbf74f, #6BF74F);