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