#e2cc3f
a balanced, vivid yellow · cool · closest name: gold
RGB
226, 204, 63
HSL
52°, 74%, 57%
CMYK
0, 10, 72, 11
Luminance
0.5971
Every format
| HEX | #e2cc3f |
| RGB | rgb(226, 204, 63) |
| HSL | hsl(52, 74%, 57%) |
| CMYK | cmyk(0%, 10%, 72%, 11%) |
| LAB | lab(81.7 -7.3 69.0) |
| LCH | lch(81.7 69.3 96.0) |
| OKLCH | oklch(0.840 0.155 100.1) |
Copy-ready code
/* CSS */
color: #e2cc3f;
background-color: #e2cc3f;
/* Tailwind (arbitrary) */
class="text-[#e2cc3f] bg-[#e2cc3f]"
/* SCSS */
$brand: #e2cc3f;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.247)
/* Android */
Color.parseColor("#e2cc3f")Accessibility — WCAG contrast
Aa
#e2cc3f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cc3f on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow72.1%
Key (black)11.4%
Color previews
#e2cc3f text on a black background
contrast 12.94:1
Card sample
#e2cc3f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cc3f;
Background color
Panel with #e2cc3f background
background-color: #e2cc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cc3f; background: linear-gradient(135deg, #e2cc3f, #8BE23F);