#dbfa2f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 250, 47
HSL
69°, 95%, 58%
CMYK
12, 0, 81, 2
Luminance
0.8364
Every format
| HEX | #dbfa2f |
| RGB | rgb(219, 250, 47) |
| HSL | hsl(69, 95%, 58%) |
| CMYK | cmyk(12%, 0%, 81%, 2%) |
| LAB | lab(93.3 -33.0 84.1) |
| LCH | lch(93.3 90.3 111.5) |
| OKLCH | oklch(0.931 0.208 118.7) |
Copy-ready code
/* CSS */
color: #dbfa2f;
background-color: #dbfa2f;
/* Tailwind (arbitrary) */
class="text-[#dbfa2f] bg-[#dbfa2f]"
/* SCSS */
$brand: #dbfa2f;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.184)
/* Android */
Color.parseColor("#dbfa2f")Accessibility — WCAG contrast
Aa
#dbfa2f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfa2f on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue18.4%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow81.2%
Key (black)2.0%
Color previews
#dbfa2f text on a black background
contrast 17.73:1
Card sample
#dbfa2f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfa2f;
Background color
Panel with #dbfa2f background
background-color: #dbfa2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfa2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfa2f; background: linear-gradient(135deg, #dbfa2f, #53FA2F);