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