#dbff0f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 255, 15
HSL
69°, 100%, 53%
CMYK
14, 0, 94, 0
Luminance
0.8661
Every format
| HEX | #dbff0f |
| RGB | rgb(219, 255, 15) |
| HSL | hsl(69, 100%, 53%) |
| CMYK | cmyk(14%, 0%, 94%, 0%) |
| LAB | lab(94.6 -36.0 90.3) |
| LCH | lch(94.6 97.2 111.7) |
| OKLCH | oklch(0.941 0.221 119.6) |
Copy-ready code
/* CSS */
color: #dbff0f;
background-color: #dbff0f;
/* Tailwind (arbitrary) */
class="text-[#dbff0f] bg-[#dbff0f]"
/* SCSS */
$brand: #dbff0f;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.059)
/* Android */
Color.parseColor("#dbff0f")Accessibility — WCAG contrast
Aa
#dbff0f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff0f on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue5.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow94.1%
Key (black)0.0%
Color previews
#dbff0f text on a black background
contrast 18.32:1
Card sample
#dbff0f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff0f;
Background color
Panel with #dbff0f background
background-color: #dbff0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff0f; background: linear-gradient(135deg, #dbff0f, #3BFF0F);