#ecdf0c
a balanced, electric yellow · cool · closest name: gold
RGB
236, 223, 12
HSL
57°, 90%, 49%
CMYK
0, 6, 95, 8
Luminance
0.7063
Every format
| HEX | #ecdf0c |
| RGB | rgb(236, 223, 12) |
| HSL | hsl(57, 90%, 49%) |
| CMYK | cmyk(0%, 6%, 95%, 8%) |
| LAB | lab(87.3 -13.9 85.6) |
| LCH | lch(87.3 86.8 99.2) |
| OKLCH | oklch(0.886 0.187 105.3) |
Copy-ready code
/* CSS */
color: #ecdf0c;
background-color: #ecdf0c;
/* Tailwind (arbitrary) */
class="text-[#ecdf0c] bg-[#ecdf0c]"
/* SCSS */
$brand: #ecdf0c;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.047)
/* Android */
Color.parseColor("#ecdf0c")Accessibility — WCAG contrast
Aa
#ecdf0c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf0c on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow94.9%
Key (black)7.5%
Color previews
#ecdf0c text on a black background
contrast 15.13:1
Card sample
#ecdf0c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf0c;
Background color
Panel with #ecdf0c background
background-color: #ecdf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf0c; background: linear-gradient(135deg, #ecdf0c, #64EC0C);