#ecce5f
a balanced, electric yellow · cool · closest name: khaki
RGB
236, 206, 95
HSL
47°, 79%, 65%
CMYK
0, 13, 60, 8
Luminance
0.6280
Every format
| HEX | #ecce5f |
| RGB | rgb(236, 206, 95) |
| HSL | hsl(47, 79%, 65%) |
| CMYK | cmyk(0%, 13%, 60%, 8%) |
| LAB | lab(83.3 -2.3 57.9) |
| LCH | lch(83.3 57.9 92.3) |
| OKLCH | oklch(0.856 0.134 94.3) |
Copy-ready code
/* CSS */
color: #ecce5f;
background-color: #ecce5f;
/* Tailwind (arbitrary) */
class="text-[#ecce5f] bg-[#ecce5f]"
/* SCSS */
$brand: #ecce5f;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.373)
/* Android */
Color.parseColor("#ecce5f")Accessibility — WCAG contrast
Aa
#ecce5f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce5f on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow59.7%
Key (black)7.5%
Color previews
#ecce5f text on a black background
contrast 13.56:1
Card sample
#ecce5f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce5f;
Background color
Panel with #ecce5f background
background-color: #ecce5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce5f; background: linear-gradient(135deg, #ecce5f, #ACEC5F);