#dbe310
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 227, 16
HSL
62°, 87%, 48%
CMYK
4, 0, 93, 11
Luminance
0.7004
Every format
| HEX | #dbe310 |
| RGB | rgb(219, 227, 16) |
| HSL | hsl(62, 87%, 48%) |
| CMYK | cmyk(4%, 0%, 93%, 11%) |
| LAB | lab(87.0 -22.9 84.4) |
| LCH | lch(87.0 87.5 105.2) |
| OKLCH | oklch(0.880 0.193 112.3) |
Copy-ready code
/* CSS */
color: #dbe310;
background-color: #dbe310;
/* Tailwind (arbitrary) */
class="text-[#dbe310] bg-[#dbe310]"
/* SCSS */
$brand: #dbe310;
/* SwiftUI */
Color(red: 0.859, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#dbe310")Accessibility — WCAG contrast
Aa
#dbe310 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe310 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green89.0%
Blue6.3%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#dbe310 text on a black background
contrast 15.01:1
Card sample
#dbe310 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe310;
Background color
Panel with #dbe310 background
background-color: #dbe310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe310; background: linear-gradient(135deg, #dbe310, #4EE310);