#eceb49
a balanced, electric yellow · cool · closest name: gold
RGB
236, 235, 73
HSL
60°, 81%, 61%
CMYK
0, 0, 69, 8
Luminance
0.7773
Every format
| HEX | #eceb49 |
| RGB | rgb(236, 235, 73) |
| HSL | hsl(60, 81%, 61%) |
| CMYK | cmyk(0%, 0%, 69%, 8%) |
| LAB | lab(90.7 -18.1 74.4) |
| LCH | lch(90.7 76.6 103.7) |
| OKLCH | oklch(0.913 0.175 109.1) |
Copy-ready code
/* CSS */
color: #eceb49;
background-color: #eceb49;
/* Tailwind (arbitrary) */
class="text-[#eceb49] bg-[#eceb49]"
/* SCSS */
$brand: #eceb49;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#eceb49")Accessibility — WCAG contrast
Aa
#eceb49 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb49 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow69.1%
Key (black)7.5%
Color previews
#eceb49 text on a black background
contrast 16.55:1
Card sample
#eceb49 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb49;
Background color
Panel with #eceb49 background
background-color: #eceb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb49; background: linear-gradient(135deg, #eceb49, #80EC49);