#e6a721
a balanced, electric yellow · warm · closest name: orange
RGB
230, 167, 33
HSL
41°, 80%, 52%
CMYK
0, 27, 86, 10
Luminance
0.4457
Every format
| HEX | #e6a721 |
| RGB | rgb(230, 167, 33) |
| HSL | hsl(41, 80%, 52%) |
| CMYK | cmyk(0%, 27%, 86%, 10%) |
| LAB | lab(72.6 12.7 70.5) |
| LCH | lch(72.6 71.6 79.8) |
| OKLCH | oklch(0.768 0.152 79.8) |
Copy-ready code
/* CSS */
color: #e6a721;
background-color: #e6a721;
/* Tailwind (arbitrary) */
class="text-[#e6a721] bg-[#e6a721]"
/* SCSS */
$brand: #e6a721;
/* SwiftUI */
Color(red: 0.902, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#e6a721")Accessibility — WCAG contrast
Aa
#e6a721 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6a721 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow85.7%
Key (black)9.8%
Color previews
#e6a721 text on a black background
contrast 9.91:1
Card sample
#e6a721 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6a721;
Background color
Panel with #e6a721 background
background-color: #e6a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6a721; background: linear-gradient(135deg, #e6a721, #A2E621);