#dbf02d
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 240, 45
HSL
67°, 87%, 56%
CMYK
9, 0, 81, 6
Luminance
0.7757
Every format
| HEX | #dbf02d |
| RGB | rgb(219, 240, 45) |
| HSL | hsl(67, 87%, 56%) |
| CMYK | cmyk(9%, 0%, 81%, 6%) |
| LAB | lab(90.6 -28.5 82.2) |
| LCH | lch(90.6 87.0 109.1) |
| OKLCH | oklch(0.909 0.198 116.2) |
Copy-ready code
/* CSS */
color: #dbf02d;
background-color: #dbf02d;
/* Tailwind (arbitrary) */
class="text-[#dbf02d] bg-[#dbf02d]"
/* SCSS */
$brand: #dbf02d;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.176)
/* Android */
Color.parseColor("#dbf02d")Accessibility — WCAG contrast
Aa
#dbf02d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf02d on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue17.6%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow81.3%
Key (black)5.9%
Color previews
#dbf02d text on a black background
contrast 16.51:1
Card sample
#dbf02d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf02d;
Background color
Panel with #dbf02d background
background-color: #dbf02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf02d; background: linear-gradient(135deg, #dbf02d, #59F02D);