#eecb13
a balanced, electric yellow · cool · closest name: gold
RGB
238, 203, 19
HSL
50°, 87%, 50%
CMYK
0, 15, 92, 7
Luminance
0.6094
Every format
| HEX | #eecb13 |
| RGB | rgb(238, 203, 19) |
| HSL | hsl(50, 87%, 50%) |
| CMYK | cmyk(0%, 15%, 92%, 7%) |
| LAB | lab(82.3 -2.9 81.2) |
| LCH | lch(82.3 81.3 92.1) |
| OKLCH | oklch(0.847 0.172 96.2) |
Copy-ready code
/* CSS */
color: #eecb13;
background-color: #eecb13;
/* Tailwind (arbitrary) */
class="text-[#eecb13] bg-[#eecb13]"
/* SCSS */
$brand: #eecb13;
/* SwiftUI */
Color(red: 0.933, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#eecb13")Accessibility — WCAG contrast
Aa
#eecb13 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecb13 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow92.0%
Key (black)6.7%
Color previews
#eecb13 text on a black background
contrast 13.19:1
Card sample
#eecb13 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecb13;
Background color
Panel with #eecb13 background
background-color: #eecb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecb13; background: linear-gradient(135deg, #eecb13, #7FEE13);