#e6b521
a balanced, electric yellow · cool · closest name: gold
RGB
230, 181, 33
HSL
45°, 80%, 52%
CMYK
0, 21, 86, 10
Luminance
0.4998
Every format
| HEX | #e6b521 |
| RGB | rgb(230, 181, 33) |
| HSL | hsl(45, 80%, 52%) |
| CMYK | cmyk(0%, 21%, 86%, 10%) |
| LAB | lab(76.1 5.3 73.3) |
| LCH | lch(76.1 73.5 85.9) |
| OKLCH | oklch(0.796 0.156 87.9) |
Copy-ready code
/* CSS */
color: #e6b521;
background-color: #e6b521;
/* Tailwind (arbitrary) */
class="text-[#e6b521] bg-[#e6b521]"
/* SCSS */
$brand: #e6b521;
/* SwiftUI */
Color(red: 0.902, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#e6b521")Accessibility — WCAG contrast
Aa
#e6b521 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b521 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow85.7%
Key (black)9.8%
Color previews
#e6b521 text on a black background
contrast 11.00:1
Card sample
#e6b521 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b521;
Background color
Panel with #e6b521 background
background-color: #e6b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b521; background: linear-gradient(135deg, #e6b521, #94E621);