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