#dbf913
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 249, 19
HSL
68°, 95%, 53%
CMYK
12, 0, 92, 2
Luminance
0.8286
Every format
| HEX | #dbf913 |
| RGB | rgb(219, 249, 19) |
| HSL | hsl(68, 95%, 53%) |
| CMYK | cmyk(12%, 0%, 92%, 2%) |
| LAB | lab(93.0 -33.2 88.7) |
| LCH | lch(93.0 94.7 110.5) |
| OKLCH | oklch(0.928 0.214 118.3) |
Copy-ready code
/* CSS */
color: #dbf913;
background-color: #dbf913;
/* Tailwind (arbitrary) */
class="text-[#dbf913] bg-[#dbf913]"
/* SCSS */
$brand: #dbf913;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.075)
/* Android */
Color.parseColor("#dbf913")Accessibility — WCAG contrast
Aa
#dbf913 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf913 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue7.5%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow92.4%
Key (black)2.4%
Color previews
#dbf913 text on a black background
contrast 17.57:1
Card sample
#dbf913 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf913;
Background color
Panel with #dbf913 background
background-color: #dbf913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf913; background: linear-gradient(135deg, #dbf913, #42F913);