#dbe721
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 231, 33
HSL
64°, 81%, 52%
CMYK
5, 0, 86, 9
Luminance
0.7232
Every format
| HEX | #dbe721 |
| RGB | rgb(219, 231, 33) |
| HSL | hsl(64, 81%, 52%) |
| CMYK | cmyk(5%, 0%, 86%, 9%) |
| LAB | lab(88.1 -24.6 82.7) |
| LCH | lch(88.1 86.3 106.5) |
| OKLCH | oklch(0.889 0.193 113.6) |
Copy-ready code
/* CSS */
color: #dbe721;
background-color: #dbe721;
/* Tailwind (arbitrary) */
class="text-[#dbe721] bg-[#dbe721]"
/* SCSS */
$brand: #dbe721;
/* SwiftUI */
Color(red: 0.859, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#dbe721")Accessibility — WCAG contrast
Aa
#dbe721 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe721 on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green90.6%
Blue12.9%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#dbe721 text on a black background
contrast 15.46:1
Card sample
#dbe721 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe721;
Background color
Panel with #dbe721 background
background-color: #dbe721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe721; background: linear-gradient(135deg, #dbe721, #57E721);