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