#eccb3f
a balanced, electric yellow · cool · closest name: gold
RGB
236, 203, 63
HSL
49°, 82%, 59%
CMYK
0, 14, 73, 8
Luminance
0.6090
Every format
| HEX | #eccb3f |
| RGB | rgb(236, 203, 63) |
| HSL | hsl(49, 82%, 59%) |
| CMYK | cmyk(0%, 14%, 73%, 8%) |
| LAB | lab(82.3 -2.6 69.9) |
| LCH | lch(82.3 69.9 92.1) |
| OKLCH | oklch(0.847 0.155 95.3) |
Copy-ready code
/* CSS */
color: #eccb3f;
background-color: #eccb3f;
/* Tailwind (arbitrary) */
class="text-[#eccb3f] bg-[#eccb3f]"
/* SCSS */
$brand: #eccb3f;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.247)
/* Android */
Color.parseColor("#eccb3f")Accessibility — WCAG contrast
Aa
#eccb3f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccb3f on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow73.3%
Key (black)7.5%
Color previews
#eccb3f text on a black background
contrast 13.18:1
Card sample
#eccb3f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccb3f;
Background color
Panel with #eccb3f background
background-color: #eccb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccb3f; background: linear-gradient(135deg, #eccb3f, #99EC3F);