#dbe430
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 228, 48
HSL
63°, 77%, 54%
CMYK
4, 0, 79, 11
Luminance
0.7076
Every format
| HEX | #dbe430 |
| RGB | rgb(219, 228, 48) |
| HSL | hsl(63, 77%, 54%) |
| CMYK | cmyk(4%, 0%, 79%, 11%) |
| LAB | lab(87.4 -22.7 78.7) |
| LCH | lch(87.4 81.9 106.1) |
| OKLCH | oklch(0.883 0.185 112.6) |
Copy-ready code
/* CSS */
color: #dbe430;
background-color: #dbe430;
/* Tailwind (arbitrary) */
class="text-[#dbe430] bg-[#dbe430]"
/* SCSS */
$brand: #dbe430;
/* SwiftUI */
Color(red: 0.859, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#dbe430")Accessibility — WCAG contrast
Aa
#dbe430 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe430 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green89.4%
Blue18.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#dbe430 text on a black background
contrast 15.15:1
Card sample
#dbe430 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe430;
Background color
Panel with #dbe430 background
background-color: #dbe430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe430; background: linear-gradient(135deg, #dbe430, #63E430);