#dbfd26
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 253, 38
HSL
70°, 98%, 57%
CMYK
13, 0, 85, 1
Luminance
0.8545
Every format
| HEX | #dbfd26 |
| RGB | rgb(219, 253, 38) |
| HSL | hsl(70, 98%, 57%) |
| CMYK | cmyk(13%, 0%, 85%, 1%) |
| LAB | lab(94.1 -34.7 86.7) |
| LCH | lch(94.1 93.3 111.8) |
| OKLCH | oklch(0.937 0.214 119.3) |
Copy-ready code
/* CSS */
color: #dbfd26;
background-color: #dbfd26;
/* Tailwind (arbitrary) */
class="text-[#dbfd26] bg-[#dbfd26]"
/* SCSS */
$brand: #dbfd26;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.149)
/* Android */
Color.parseColor("#dbfd26")Accessibility — WCAG contrast
Aa
#dbfd26 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd26 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue14.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow85.0%
Key (black)0.8%
Color previews
#dbfd26 text on a black background
contrast 18.09:1
Card sample
#dbfd26 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd26;
Background color
Panel with #dbfd26 background
background-color: #dbfd26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd26; background: linear-gradient(135deg, #dbfd26, #4CFD26);