#dbef1e
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 239, 30
HSL
66°, 87%, 53%
CMYK
8, 0, 87, 6
Luminance
0.7689
Every format
| HEX | #dbef1e |
| RGB | rgb(219, 239, 30) |
| HSL | hsl(66, 87%, 53%) |
| CMYK | cmyk(8%, 0%, 87%, 6%) |
| LAB | lab(90.3 -28.4 85.0) |
| LCH | lch(90.3 89.6 108.5) |
| OKLCH | oklch(0.906 0.202 115.8) |
Copy-ready code
/* CSS */
color: #dbef1e;
background-color: #dbef1e;
/* Tailwind (arbitrary) */
class="text-[#dbef1e] bg-[#dbef1e]"
/* SCSS */
$brand: #dbef1e;
/* SwiftUI */
Color(red: 0.859, green: 0.937, blue: 0.118)
/* Android */
Color.parseColor("#dbef1e")Accessibility — WCAG contrast
Aa
#dbef1e on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbef1e on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green93.7%
Blue11.8%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow87.4%
Key (black)6.3%
Color previews
#dbef1e text on a black background
contrast 16.38:1
Card sample
#dbef1e text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbef1e;
Background color
Panel with #dbef1e background
background-color: #dbef1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbef1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 239, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 239, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbef1e; background: linear-gradient(135deg, #dbef1e, #50EF1E);