#e5cb2e
a balanced, electric yellow · cool · closest name: gold
RGB
229, 203, 46
HSL
52°, 78%, 54%
CMYK
0, 11, 80, 10
Luminance
0.5957
Every format
| HEX | #e5cb2e |
| RGB | rgb(229, 203, 46) |
| HSL | hsl(52, 78%, 54%) |
| CMYK | cmyk(0%, 11%, 80%, 10%) |
| LAB | lab(81.6 -6.2 74.5) |
| LCH | lch(81.6 74.8 94.7) |
| OKLCH | oklch(0.839 0.163 99.1) |
Copy-ready code
/* CSS */
color: #e5cb2e;
background-color: #e5cb2e;
/* Tailwind (arbitrary) */
class="text-[#e5cb2e] bg-[#e5cb2e]"
/* SCSS */
$brand: #e5cb2e;
/* SwiftUI */
Color(red: 0.898, green: 0.796, blue: 0.180)
/* Android */
Color.parseColor("#e5cb2e")Accessibility — WCAG contrast
Aa
#e5cb2e on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5cb2e on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green79.6%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow79.9%
Key (black)10.2%
Color previews
#e5cb2e text on a black background
contrast 12.91:1
Card sample
#e5cb2e text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5cb2e;
Background color
Panel with #e5cb2e background
background-color: #e5cb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5cb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 203, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 203, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5cb2e; background: linear-gradient(135deg, #e5cb2e, #85E52E);