#eccd09
a balanced, electric yellow · cool · closest name: gold
RGB
236, 205, 9
HSL
52°, 93%, 48%
CMYK
0, 13, 96, 8
Luminance
0.6152
Every format
| HEX | #eccd09 |
| RGB | rgb(236, 205, 9) |
| HSL | hsl(52, 93%, 48%) |
| CMYK | cmyk(0%, 13%, 96%, 8%) |
| LAB | lab(82.7 -4.9 82.5) |
| LCH | lch(82.7 82.6 93.4) |
| OKLCH | oklch(0.849 0.174 98.0) |
Copy-ready code
/* CSS */
color: #eccd09;
background-color: #eccd09;
/* Tailwind (arbitrary) */
class="text-[#eccd09] bg-[#eccd09]"
/* SCSS */
$brand: #eccd09;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.035)
/* Android */
Color.parseColor("#eccd09")Accessibility — WCAG contrast
Aa
#eccd09 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd09 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow96.2%
Key (black)7.5%
Color previews
#eccd09 text on a black background
contrast 13.30:1
Card sample
#eccd09 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd09;
Background color
Panel with #eccd09 background
background-color: #eccd09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd09; background: linear-gradient(135deg, #eccd09, #74EC09);