#dbf113
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 241, 19
HSL
66°, 89%, 51%
CMYK
9, 0, 92, 6
Luminance
0.7802
Every format
| HEX | #dbf113 |
| RGB | rgb(219, 241, 19) |
| HSL | hsl(66, 89%, 51%) |
| CMYK | cmyk(9%, 0%, 92%, 6%) |
| LAB | lab(90.8 -29.5 87.0) |
| LCH | lch(90.8 91.9 108.7) |
| OKLCH | oklch(0.910 0.206 116.3) |
Copy-ready code
/* CSS */
color: #dbf113;
background-color: #dbf113;
/* Tailwind (arbitrary) */
class="text-[#dbf113] bg-[#dbf113]"
/* SCSS */
$brand: #dbf113;
/* SwiftUI */
Color(red: 0.859, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#dbf113")Accessibility — WCAG contrast
Aa
#dbf113 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf113 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.5%
Blue7.5%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#dbf113 text on a black background
contrast 16.60:1
Card sample
#dbf113 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf113;
Background color
Panel with #dbf113 background
background-color: #dbf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf113; background: linear-gradient(135deg, #dbf113, #47F113);