#ecdf4f
a balanced, electric yellow · cool · closest name: gold
RGB
236, 223, 79
HSL
55°, 81%, 62%
CMYK
0, 6, 67, 8
Luminance
0.7117
Every format
| HEX | #ecdf4f |
| RGB | rgb(236, 223, 79) |
| HSL | hsl(55, 81%, 62%) |
| CMYK | cmyk(0%, 6%, 67%, 8%) |
| LAB | lab(87.6 -11.9 69.1) |
| LCH | lch(87.6 70.1 99.8) |
| OKLCH | oklch(0.889 0.160 104.1) |
Copy-ready code
/* CSS */
color: #ecdf4f;
background-color: #ecdf4f;
/* Tailwind (arbitrary) */
class="text-[#ecdf4f] bg-[#ecdf4f]"
/* SCSS */
$brand: #ecdf4f;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.310)
/* Android */
Color.parseColor("#ecdf4f")Accessibility — WCAG contrast
Aa
#ecdf4f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf4f on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow66.5%
Key (black)7.5%
Color previews
#ecdf4f text on a black background
contrast 15.23:1
Card sample
#ecdf4f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf4f;
Background color
Panel with #ecdf4f background
background-color: #ecdf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf4f; background: linear-gradient(135deg, #ecdf4f, #91EC4F);