#dce84a
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 232, 74
HSL
65°, 78%, 60%
CMYK
5, 0, 68, 9
Luminance
0.7342
Every format
| HEX | #dce84a |
| RGB | rgb(220, 232, 74) |
| HSL | hsl(65, 78%, 60%) |
| CMYK | cmyk(5%, 0%, 68%, 9%) |
| LAB | lab(88.7 -23.1 71.7) |
| LCH | lch(88.7 75.3 107.9) |
| OKLCH | oklch(0.894 0.175 113.7) |
Copy-ready code
/* CSS */
color: #dce84a;
background-color: #dce84a;
/* Tailwind (arbitrary) */
class="text-[#dce84a] bg-[#dce84a]"
/* SCSS */
$brand: #dce84a;
/* SwiftUI */
Color(red: 0.863, green: 0.910, blue: 0.290)
/* Android */
Color.parseColor("#dce84a")Accessibility — WCAG contrast
Aa
#dce84a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce84a on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.0%
Blue29.0%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow68.1%
Key (black)9.0%
Color previews
#dce84a text on a black background
contrast 15.68:1
Card sample
#dce84a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce84a;
Background color
Panel with #dce84a background
background-color: #dce84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 232, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 232, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce84a; background: linear-gradient(135deg, #dce84a, #73E84A);