#dbff03
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 255, 3
HSL
69°, 100%, 51%
CMYK
14, 0, 99, 0
Luminance
0.8659
Every format
| HEX | #dbff03 |
| RGB | rgb(219, 255, 3) |
| HSL | hsl(69, 100%, 51%) |
| CMYK | cmyk(14%, 0%, 99%, 0%) |
| LAB | lab(94.6 -36.1 91.2) |
| LCH | lch(94.6 98.1 111.6) |
| OKLCH | oklch(0.941 0.222 119.6) |
Copy-ready code
/* CSS */
color: #dbff03;
background-color: #dbff03;
/* Tailwind (arbitrary) */
class="text-[#dbff03] bg-[#dbff03]"
/* SCSS */
$brand: #dbff03;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.012)
/* Android */
Color.parseColor("#dbff03")Accessibility — WCAG contrast
Aa
#dbff03 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff03 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue1.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow98.8%
Key (black)0.0%
Color previews
#dbff03 text on a black background
contrast 18.32:1
Card sample
#dbff03 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff03;
Background color
Panel with #dbff03 background
background-color: #dbff03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff03; background: linear-gradient(135deg, #dbff03, #33FF03);