#dbfd02
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 253, 2
HSL
68°, 98%, 50%
CMYK
13, 0, 99, 1
Luminance
0.8532
Every format
| HEX | #dbfd02 |
| RGB | rgb(219, 253, 2) |
| HSL | hsl(68, 98%, 50%) |
| CMYK | cmyk(13%, 0%, 99%, 1%) |
| LAB | lab(94.0 -35.2 90.9) |
| LCH | lch(94.0 97.4 111.2) |
| OKLCH | oklch(0.936 0.220 119.1) |
Copy-ready code
/* CSS */
color: #dbfd02;
background-color: #dbfd02;
/* Tailwind (arbitrary) */
class="text-[#dbfd02] bg-[#dbfd02]"
/* SCSS */
$brand: #dbfd02;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.008)
/* Android */
Color.parseColor("#dbfd02")Accessibility — WCAG contrast
Aa
#dbfd02 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd02 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue0.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow99.2%
Key (black)0.8%
Color previews
#dbfd02 text on a black background
contrast 18.06:1
Card sample
#dbfd02 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd02;
Background color
Panel with #dbfd02 background
background-color: #dbfd02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd02; background: linear-gradient(135deg, #dbfd02, #34FD02);