#dbe331
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 227, 49
HSL
63°, 76%, 54%
CMYK
4, 0, 78, 11
Luminance
0.7022
Every format
| HEX | #dbe331 |
| RGB | rgb(219, 227, 49) |
| HSL | hsl(63, 76%, 54%) |
| CMYK | cmyk(4%, 0%, 78%, 11%) |
| LAB | lab(87.1 -22.2 78.2) |
| LCH | lch(87.1 81.3 105.8) |
| OKLCH | oklch(0.881 0.184 112.3) |
Copy-ready code
/* CSS */
color: #dbe331;
background-color: #dbe331;
/* Tailwind (arbitrary) */
class="text-[#dbe331] bg-[#dbe331]"
/* SCSS */
$brand: #dbe331;
/* SwiftUI */
Color(red: 0.859, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#dbe331")Accessibility — WCAG contrast
Aa
#dbe331 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe331 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#dbe331 text on a black background
contrast 15.04:1
Card sample
#dbe331 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe331;
Background color
Panel with #dbe331 background
background-color: #dbe331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe331; background: linear-gradient(135deg, #dbe331, #64E331);