#eceb52
a balanced, electric yellow · cool · closest name: gold
RGB
236, 235, 82
HSL
60°, 80%, 62%
CMYK
0, 0, 65, 8
Luminance
0.7786
Every format
| HEX | #eceb52 |
| RGB | rgb(236, 235, 82) |
| HSL | hsl(60, 80%, 62%) |
| CMYK | cmyk(0%, 0%, 65%, 8%) |
| LAB | lab(90.7 -17.6 71.2) |
| LCH | lch(90.7 73.3 103.9) |
| OKLCH | oklch(0.914 0.169 109.0) |
Copy-ready code
/* CSS */
color: #eceb52;
background-color: #eceb52;
/* Tailwind (arbitrary) */
class="text-[#eceb52] bg-[#eceb52]"
/* SCSS */
$brand: #eceb52;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.322)
/* Android */
Color.parseColor("#eceb52")Accessibility — WCAG contrast
Aa
#eceb52 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb52 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow65.3%
Key (black)7.5%
Color previews
#eceb52 text on a black background
contrast 16.57:1
Card sample
#eceb52 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb52;
Background color
Panel with #eceb52 background
background-color: #eceb52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb52; background: linear-gradient(135deg, #eceb52, #87EC52);