#eccb13
a balanced, electric yellow · cool · closest name: gold
RGB
236, 203, 19
HSL
51°, 85%, 50%
CMYK
0, 14, 92, 8
Luminance
0.6059
Every format
| HEX | #eccb13 |
| RGB | rgb(236, 203, 19) |
| HSL | hsl(51, 85%, 50%) |
| CMYK | cmyk(0%, 14%, 92%, 8%) |
| LAB | lab(82.2 -3.8 81.0) |
| LCH | lch(82.2 81.1 92.7) |
| OKLCH | oklch(0.845 0.172 97.0) |
Copy-ready code
/* CSS */
color: #eccb13;
background-color: #eccb13;
/* Tailwind (arbitrary) */
class="text-[#eccb13] bg-[#eccb13]"
/* SCSS */
$brand: #eccb13;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#eccb13")Accessibility — WCAG contrast
Aa
#eccb13 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccb13 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow91.9%
Key (black)7.5%
Color previews
#eccb13 text on a black background
contrast 13.12:1
Card sample
#eccb13 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccb13;
Background color
Panel with #eccb13 background
background-color: #eccb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccb13; background: linear-gradient(135deg, #eccb13, #7CEC13);