#ecae21
a balanced, electric yellow · warm · closest name: orange
RGB
236, 174, 33
HSL
42°, 84%, 53%
CMYK
0, 26, 86, 8
Luminance
0.4821
Every format
| HEX | #ecae21 |
| RGB | rgb(236, 174, 33) |
| HSL | hsl(42, 84%, 53%) |
| CMYK | cmyk(0%, 26%, 86%, 8%) |
| LAB | lab(75.0 11.6 72.7) |
| LCH | lch(75.0 73.6 81.0) |
| OKLCH | oklch(0.788 0.156 81.4) |
Copy-ready code
/* CSS */
color: #ecae21;
background-color: #ecae21;
/* Tailwind (arbitrary) */
class="text-[#ecae21] bg-[#ecae21]"
/* SCSS */
$brand: #ecae21;
/* SwiftUI */
Color(red: 0.925, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#ecae21")Accessibility — WCAG contrast
Aa
#ecae21 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecae21 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow86.0%
Key (black)7.5%
Color previews
#ecae21 text on a black background
contrast 10.64:1
Card sample
#ecae21 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecae21;
Background color
Panel with #ecae21 background
background-color: #ecae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecae21; background: linear-gradient(135deg, #ecae21, #A2EC21);