#eccd2a
a balanced, electric yellow · cool · closest name: gold
RGB
236, 205, 42
HSL
50°, 84%, 55%
CMYK
0, 13, 82, 8
Luminance
0.6166
Every format
| HEX | #eccd2a |
| RGB | rgb(236, 205, 42) |
| HSL | hsl(50, 84%, 55%) |
| CMYK | cmyk(0%, 13%, 82%, 8%) |
| LAB | lab(82.7 -4.3 76.8) |
| LCH | lch(82.7 76.9 93.2) |
| OKLCH | oklch(0.850 0.166 97.3) |
Copy-ready code
/* CSS */
color: #eccd2a;
background-color: #eccd2a;
/* Tailwind (arbitrary) */
class="text-[#eccd2a] bg-[#eccd2a]"
/* SCSS */
$brand: #eccd2a;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.165)
/* Android */
Color.parseColor("#eccd2a")Accessibility — WCAG contrast
Aa
#eccd2a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd2a on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow82.2%
Key (black)7.5%
Color previews
#eccd2a text on a black background
contrast 13.33:1
Card sample
#eccd2a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd2a;
Background color
Panel with #eccd2a background
background-color: #eccd2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd2a; background: linear-gradient(135deg, #eccd2a, #8AEC2A);