#e2cc2d
a balanced, electric yellow · cool · closest name: gold
RGB
226, 204, 45
HSL
53°, 76%, 53%
CMYK
0, 10, 80, 11
Luminance
0.5954
Every format
| HEX | #e2cc2d |
| RGB | rgb(226, 204, 45) |
| HSL | hsl(53, 76%, 53%) |
| CMYK | cmyk(0%, 10%, 80%, 11%) |
| LAB | lab(81.6 -8.0 74.7) |
| LCH | lch(81.6 75.1 96.1) |
| OKLCH | oklch(0.839 0.164 100.8) |
Copy-ready code
/* CSS */
color: #e2cc2d;
background-color: #e2cc2d;
/* Tailwind (arbitrary) */
class="text-[#e2cc2d] bg-[#e2cc2d]"
/* SCSS */
$brand: #e2cc2d;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.176)
/* Android */
Color.parseColor("#e2cc2d")Accessibility — WCAG contrast
Aa
#e2cc2d on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cc2d on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow80.1%
Key (black)11.4%
Color previews
#e2cc2d text on a black background
contrast 12.91:1
Card sample
#e2cc2d text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cc2d;
Background color
Panel with #e2cc2d background
background-color: #e2cc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cc2d; background: linear-gradient(135deg, #e2cc2d, #7FE22D);