#dbf521
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 245, 33
HSL
67°, 91%, 55%
CMYK
11, 0, 87, 4
Luminance
0.8047
Every format
| HEX | #dbf521 |
| RGB | rgb(219, 245, 33) |
| HSL | hsl(67, 91%, 55%) |
| CMYK | cmyk(11%, 0%, 87%, 4%) |
| LAB | lab(91.9 -31.1 85.8) |
| LCH | lch(91.9 91.3 109.9) |
| OKLCH | oklch(0.920 0.207 117.4) |
Copy-ready code
/* CSS */
color: #dbf521;
background-color: #dbf521;
/* Tailwind (arbitrary) */
class="text-[#dbf521] bg-[#dbf521]"
/* SCSS */
$brand: #dbf521;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#dbf521")Accessibility — WCAG contrast
Aa
#dbf521 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf521 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue12.9%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#dbf521 text on a black background
contrast 17.09:1
Card sample
#dbf521 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf521;
Background color
Panel with #dbf521 background
background-color: #dbf521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf521; background: linear-gradient(135deg, #dbf521, #4DF521);