#eccd4b
a balanced, electric yellow · cool · closest name: gold
RGB
236, 205, 75
HSL
48°, 81%, 61%
CMYK
0, 13, 68, 8
Luminance
0.6200
Every format
| HEX | #eccd4b |
| RGB | rgb(236, 205, 75) |
| HSL | hsl(48, 81%, 61%) |
| CMYK | cmyk(0%, 13%, 68%, 8%) |
| LAB | lab(82.9 -3.0 65.9) |
| LCH | lch(82.9 66.0 92.6) |
| OKLCH | oklch(0.852 0.148 95.5) |
Copy-ready code
/* CSS */
color: #eccd4b;
background-color: #eccd4b;
/* Tailwind (arbitrary) */
class="text-[#eccd4b] bg-[#eccd4b]"
/* SCSS */
$brand: #eccd4b;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.294)
/* Android */
Color.parseColor("#eccd4b")Accessibility — WCAG contrast
Aa
#eccd4b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd4b on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow68.2%
Key (black)7.5%
Color previews
#eccd4b text on a black background
contrast 13.40:1
Card sample
#eccd4b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd4b;
Background color
Panel with #eccd4b background
background-color: #eccd4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd4b; background: linear-gradient(135deg, #eccd4b, #A0EC4B);