#dbfb21
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 251, 33
HSL
69°, 97%, 56%
CMYK
13, 0, 87, 2
Luminance
0.8416
Every format
| HEX | #dbfb21 |
| RGB | rgb(219, 251, 33) |
| HSL | hsl(69, 97%, 56%) |
| CMYK | cmyk(13%, 0%, 87%, 2%) |
| LAB | lab(93.5 -33.9 87.1) |
| LCH | lch(93.5 93.5 111.2) |
| OKLCH | oklch(0.933 0.213 118.8) |
Copy-ready code
/* CSS */
color: #dbfb21;
background-color: #dbfb21;
/* Tailwind (arbitrary) */
class="text-[#dbfb21] bg-[#dbfb21]"
/* SCSS */
$brand: #dbfb21;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#dbfb21")Accessibility — WCAG contrast
Aa
#dbfb21 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfb21 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue12.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#dbfb21 text on a black background
contrast 17.83:1
Card sample
#dbfb21 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfb21;
Background color
Panel with #dbfb21 background
background-color: #dbfb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfb21; background: linear-gradient(135deg, #dbfb21, #4AFB21);