#dbe034
a balanced, vivid yellow · cool · closest name: yellow
RGB
219, 224, 52
HSL
62°, 74%, 54%
CMYK
2, 0, 77, 12
Luminance
0.6862
Every format
| HEX | #dbe034 |
| RGB | rgb(219, 224, 52) |
| HSL | hsl(62, 74%, 54%) |
| CMYK | cmyk(2%, 0%, 77%, 12%) |
| LAB | lab(86.3 -20.6 76.6) |
| LCH | lch(86.3 79.4 105.1) |
| OKLCH | oklch(0.875 0.179 111.3) |
Copy-ready code
/* CSS */
color: #dbe034;
background-color: #dbe034;
/* Tailwind (arbitrary) */
class="text-[#dbe034] bg-[#dbe034]"
/* SCSS */
$brand: #dbe034;
/* SwiftUI */
Color(red: 0.859, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#dbe034")Accessibility — WCAG contrast
Aa
#dbe034 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe034 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.8%
Blue20.4%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#dbe034 text on a black background
contrast 14.72:1
Card sample
#dbe034 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe034;
Background color
Panel with #dbe034 background
background-color: #dbe034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe034; background: linear-gradient(135deg, #dbe034, #68E034);