#ecce39
a balanced, electric yellow · cool · closest name: gold
RGB
236, 206, 57
HSL
50°, 83%, 58%
CMYK
0, 13, 76, 8
Luminance
0.6227
Every format
| HEX | #ecce39 |
| RGB | rgb(236, 206, 57) |
| HSL | hsl(50, 83%, 58%) |
| CMYK | cmyk(0%, 13%, 76%, 8%) |
| LAB | lab(83.1 -4.3 72.7) |
| LCH | lch(83.1 72.8 93.4) |
| OKLCH | oklch(0.853 0.160 97.2) |
Copy-ready code
/* CSS */
color: #ecce39;
background-color: #ecce39;
/* Tailwind (arbitrary) */
class="text-[#ecce39] bg-[#ecce39]"
/* SCSS */
$brand: #ecce39;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#ecce39")Accessibility — WCAG contrast
Aa
#ecce39 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce39 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow75.8%
Key (black)7.5%
Color previews
#ecce39 text on a black background
contrast 13.45:1
Card sample
#ecce39 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce39;
Background color
Panel with #ecce39 background
background-color: #ecce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce39; background: linear-gradient(135deg, #ecce39, #93EC39);