#eccd37
a balanced, electric yellow · cool · closest name: gold
RGB
236, 205, 55
HSL
50°, 83%, 57%
CMYK
0, 13, 77, 8
Luminance
0.6177
Every format
| HEX | #eccd37 |
| RGB | rgb(236, 205, 55) |
| HSL | hsl(50, 83%, 57%) |
| CMYK | cmyk(0%, 13%, 77%, 8%) |
| LAB | lab(82.8 -3.9 73.1) |
| LCH | lch(82.8 73.2 93.1) |
| OKLCH | oklch(0.850 0.160 96.8) |
Copy-ready code
/* CSS */
color: #eccd37;
background-color: #eccd37;
/* Tailwind (arbitrary) */
class="text-[#eccd37] bg-[#eccd37]"
/* SCSS */
$brand: #eccd37;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.216)
/* Android */
Color.parseColor("#eccd37")Accessibility — WCAG contrast
Aa
#eccd37 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd37 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow76.7%
Key (black)7.5%
Color previews
#eccd37 text on a black background
contrast 13.35:1
Card sample
#eccd37 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd37;
Background color
Panel with #eccd37 background
background-color: #eccd37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd37; background: linear-gradient(135deg, #eccd37, #93EC37);