#ecc76f
a light, electric yellow · warm · closest name: khaki
RGB
236, 199, 111
HSL
42°, 77%, 68%
CMYK
0, 16, 53, 8
Luminance
0.5983
Every format
| HEX | #ecc76f |
| RGB | rgb(236, 199, 111) |
| HSL | hsl(42, 77%, 68%) |
| CMYK | cmyk(0%, 16%, 53%, 8%) |
| LAB | lab(81.8 2.5 48.5) |
| LCH | lch(81.8 48.6 87.0) |
| OKLCH | oklch(0.844 0.115 87.1) |
Copy-ready code
/* CSS */
color: #ecc76f;
background-color: #ecc76f;
/* Tailwind (arbitrary) */
class="text-[#ecc76f] bg-[#ecc76f]"
/* SCSS */
$brand: #ecc76f;
/* SwiftUI */
Color(red: 0.925, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#ecc76f")Accessibility — WCAG contrast
Aa
#ecc76f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc76f on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow53.0%
Key (black)7.5%
Color previews
#ecc76f text on a black background
contrast 12.97:1
Card sample
#ecc76f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc76f;
Background color
Panel with #ecc76f background
background-color: #ecc76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc76f; background: linear-gradient(135deg, #ecc76f, #BEEC6F);