#dbf41f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 244, 31
HSL
67°, 91%, 54%
CMYK
10, 0, 87, 4
Luminance
0.7986
Every format
| HEX | #dbf41f |
| RGB | rgb(219, 244, 31) |
| HSL | hsl(67, 91%, 54%) |
| CMYK | cmyk(10%, 0%, 87%, 4%) |
| LAB | lab(91.6 -30.7 85.9) |
| LCH | lch(91.6 91.3 109.7) |
| OKLCH | oklch(0.917 0.207 117.1) |
Copy-ready code
/* CSS */
color: #dbf41f;
background-color: #dbf41f;
/* Tailwind (arbitrary) */
class="text-[#dbf41f] bg-[#dbf41f]"
/* SCSS */
$brand: #dbf41f;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#dbf41f")Accessibility — WCAG contrast
Aa
#dbf41f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf41f on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue12.2%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#dbf41f text on a black background
contrast 16.97:1
Card sample
#dbf41f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf41f;
Background color
Panel with #dbf41f background
background-color: #dbf41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf41f; background: linear-gradient(135deg, #dbf41f, #4DF41F);