#ecce2d
a balanced, electric yellow · cool · closest name: gold
RGB
236, 206, 45
HSL
51°, 83%, 55%
CMYK
0, 13, 81, 8
Luminance
0.6216
Every format
| HEX | #ecce2d |
| RGB | rgb(236, 206, 45) |
| HSL | hsl(51, 83%, 55%) |
| CMYK | cmyk(0%, 13%, 81%, 8%) |
| LAB | lab(83.0 -4.7 76.2) |
| LCH | lch(83.0 76.4 93.6) |
| OKLCH | oklch(0.852 0.166 97.7) |
Copy-ready code
/* CSS */
color: #ecce2d;
background-color: #ecce2d;
/* Tailwind (arbitrary) */
class="text-[#ecce2d] bg-[#ecce2d]"
/* SCSS */
$brand: #ecce2d;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.176)
/* Android */
Color.parseColor("#ecce2d")Accessibility — WCAG contrast
Aa
#ecce2d on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce2d on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow80.9%
Key (black)7.5%
Color previews
#ecce2d text on a black background
contrast 13.43:1
Card sample
#ecce2d text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce2d;
Background color
Panel with #ecce2d background
background-color: #ecce2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce2d; background: linear-gradient(135deg, #ecce2d, #8BEC2D);