#dbf141
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 241, 65
HSL
68°, 86%, 60%
CMYK
9, 0, 73, 6
Luminance
0.7835
Every format
| HEX | #dbf141 |
| RGB | rgb(219, 241, 65) |
| HSL | hsl(68, 86%, 60%) |
| CMYK | cmyk(9%, 0%, 73%, 6%) |
| LAB | lab(90.9 -28.2 77.0) |
| LCH | lch(90.9 82.0 110.1) |
| OKLCH | oklch(0.912 0.190 116.6) |
Copy-ready code
/* CSS */
color: #dbf141;
background-color: #dbf141;
/* Tailwind (arbitrary) */
class="text-[#dbf141] bg-[#dbf141]"
/* SCSS */
$brand: #dbf141;
/* SwiftUI */
Color(red: 0.859, green: 0.945, blue: 0.255)
/* Android */
Color.parseColor("#dbf141")Accessibility — WCAG contrast
Aa
#dbf141 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf141 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.5%
Blue25.5%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow73.0%
Key (black)5.5%
Color previews
#dbf141 text on a black background
contrast 16.67:1
Card sample
#dbf141 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf141;
Background color
Panel with #dbf141 background
background-color: #dbf141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 241, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 241, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf141; background: linear-gradient(135deg, #dbf141, #66F141);