#dbf539
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 245, 57
HSL
68°, 90%, 59%
CMYK
11, 0, 77, 4
Luminance
0.8066
Every format
| HEX | #dbf539 |
| RGB | rgb(219, 245, 57) |
| HSL | hsl(68, 90%, 59%) |
| CMYK | cmyk(11%, 0%, 77%, 4%) |
| LAB | lab(92.0 -30.4 80.3) |
| LCH | lch(92.0 85.9 110.7) |
| OKLCH | oklch(0.920 0.198 117.6) |
Copy-ready code
/* CSS */
color: #dbf539;
background-color: #dbf539;
/* Tailwind (arbitrary) */
class="text-[#dbf539] bg-[#dbf539]"
/* SCSS */
$brand: #dbf539;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#dbf539")Accessibility — WCAG contrast
Aa
#dbf539 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf539 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue22.4%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#dbf539 text on a black background
contrast 17.13:1
Card sample
#dbf539 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf539;
Background color
Panel with #dbf539 background
background-color: #dbf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf539; background: linear-gradient(135deg, #dbf539, #5EF539);