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