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