#eccd43
a balanced, electric yellow · cool · closest name: gold
RGB
236, 205, 67
HSL
49°, 82%, 59%
CMYK
0, 13, 72, 8
Luminance
0.6190
Every format
| HEX | #eccd43 |
| RGB | rgb(236, 205, 67) |
| HSL | hsl(49, 82%, 59%) |
| CMYK | cmyk(0%, 13%, 72%, 8%) |
| LAB | lab(82.9 -3.4 69.0) |
| LCH | lch(82.9 69.0 92.8) |
| OKLCH | oklch(0.851 0.154 96.1) |
Copy-ready code
/* CSS */
color: #eccd43;
background-color: #eccd43;
/* Tailwind (arbitrary) */
class="text-[#eccd43] bg-[#eccd43]"
/* SCSS */
$brand: #eccd43;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.263)
/* Android */
Color.parseColor("#eccd43")Accessibility — WCAG contrast
Aa
#eccd43 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd43 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow71.6%
Key (black)7.5%
Color previews
#eccd43 text on a black background
contrast 13.38:1
Card sample
#eccd43 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd43;
Background color
Panel with #eccd43 background
background-color: #eccd43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd43; background: linear-gradient(135deg, #eccd43, #9AEC43);