#dbf313
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 243, 19
HSL
66°, 90%, 51%
CMYK
10, 0, 92, 5
Luminance
0.7921
Every format
| HEX | #dbf313 |
| RGB | rgb(219, 243, 19) |
| HSL | hsl(66, 90%, 51%) |
| CMYK | cmyk(10%, 0%, 92%, 5%) |
| LAB | lab(91.3 -30.4 87.4) |
| LCH | lch(91.3 92.5 109.2) |
| OKLCH | oklch(0.915 0.208 116.8) |
Copy-ready code
/* CSS */
color: #dbf313;
background-color: #dbf313;
/* Tailwind (arbitrary) */
class="text-[#dbf313] bg-[#dbf313]"
/* SCSS */
$brand: #dbf313;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.075)
/* Android */
Color.parseColor("#dbf313")Accessibility — WCAG contrast
Aa
#dbf313 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf313 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue7.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow92.2%
Key (black)4.7%
Color previews
#dbf313 text on a black background
contrast 16.84:1
Card sample
#dbf313 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf313;
Background color
Panel with #dbf313 background
background-color: #dbf313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf313; background: linear-gradient(135deg, #dbf313, #46F313);