#ecca21
a balanced, electric yellow · cool · closest name: gold
RGB
236, 202, 33
HSL
50°, 84%, 53%
CMYK
0, 14, 86, 8
Luminance
0.6018
Every format
| HEX | #ecca21 |
| RGB | rgb(236, 202, 33) |
| HSL | hsl(50, 84%, 53%) |
| CMYK | cmyk(0%, 14%, 86%, 8%) |
| LAB | lab(81.9 -3.0 78.3) |
| LCH | lch(81.9 78.4 92.2) |
| OKLCH | oklch(0.843 0.167 96.2) |
Copy-ready code
/* CSS */
color: #ecca21;
background-color: #ecca21;
/* Tailwind (arbitrary) */
class="text-[#ecca21] bg-[#ecca21]"
/* SCSS */
$brand: #ecca21;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#ecca21")Accessibility — WCAG contrast
Aa
#ecca21 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecca21 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow86.0%
Key (black)7.5%
Color previews
#ecca21 text on a black background
contrast 13.04:1
Card sample
#ecca21 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecca21;
Background color
Panel with #ecca21 background
background-color: #ecca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecca21; background: linear-gradient(135deg, #ecca21, #86EC21);