#ecce4f
a balanced, electric yellow · cool · closest name: khaki
RGB
236, 206, 79
HSL
49°, 81%, 62%
CMYK
0, 13, 67, 8
Luminance
0.6254
Every format
| HEX | #ecce4f |
| RGB | rgb(236, 206, 79) |
| HSL | hsl(49, 81%, 62%) |
| CMYK | cmyk(0%, 13%, 67%, 8%) |
| LAB | lab(83.2 -3.3 64.6) |
| LCH | lch(83.2 64.7 92.9) |
| OKLCH | oklch(0.854 0.146 95.8) |
Copy-ready code
/* CSS */
color: #ecce4f;
background-color: #ecce4f;
/* Tailwind (arbitrary) */
class="text-[#ecce4f] bg-[#ecce4f]"
/* SCSS */
$brand: #ecce4f;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.310)
/* Android */
Color.parseColor("#ecce4f")Accessibility — WCAG contrast
Aa
#ecce4f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce4f on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow66.5%
Key (black)7.5%
Color previews
#ecce4f text on a black background
contrast 13.51:1
Card sample
#ecce4f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce4f;
Background color
Panel with #ecce4f background
background-color: #ecce4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce4f; background: linear-gradient(135deg, #ecce4f, #A2EC4F);