#dbe921
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 233, 33
HSL
64°, 82%, 52%
CMYK
6, 0, 86, 9
Luminance
0.7345
Every format
| HEX | #dbe921 |
| RGB | rgb(219, 233, 33) |
| HSL | hsl(64, 82%, 52%) |
| CMYK | cmyk(6%, 0%, 86%, 9%) |
| LAB | lab(88.7 -25.5 83.2) |
| LCH | lch(88.7 87.0 107.0) |
| OKLCH | oklch(0.893 0.195 114.1) |
Copy-ready code
/* CSS */
color: #dbe921;
background-color: #dbe921;
/* Tailwind (arbitrary) */
class="text-[#dbe921] bg-[#dbe921]"
/* SCSS */
$brand: #dbe921;
/* SwiftUI */
Color(red: 0.859, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#dbe921")Accessibility — WCAG contrast
Aa
#dbe921 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe921 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green91.4%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#dbe921 text on a black background
contrast 15.69:1
Card sample
#dbe921 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe921;
Background color
Panel with #dbe921 background
background-color: #dbe921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe921; background: linear-gradient(135deg, #dbe921, #56E921);