#ecdf1d
a balanced, electric yellow · cool · closest name: gold
RGB
236, 223, 29
HSL
56°, 85%, 52%
CMYK
0, 6, 88, 8
Luminance
0.7070
Every format
| HEX | #ecdf1d |
| RGB | rgb(236, 223, 29) |
| HSL | hsl(56, 85%, 52%) |
| CMYK | cmyk(0%, 6%, 88%, 8%) |
| LAB | lab(87.3 -13.7 83.4) |
| LCH | lch(87.3 84.5 99.3) |
| OKLCH | oklch(0.886 0.184 105.2) |
Copy-ready code
/* CSS */
color: #ecdf1d;
background-color: #ecdf1d;
/* Tailwind (arbitrary) */
class="text-[#ecdf1d] bg-[#ecdf1d]"
/* SCSS */
$brand: #ecdf1d;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.114)
/* Android */
Color.parseColor("#ecdf1d")Accessibility — WCAG contrast
Aa
#ecdf1d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf1d on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow87.7%
Key (black)7.5%
Color previews
#ecdf1d text on a black background
contrast 15.14:1
Card sample
#ecdf1d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf1d;
Background color
Panel with #ecdf1d background
background-color: #ecdf1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf1d; background: linear-gradient(135deg, #ecdf1d, #6FEC1D);