#ecce6f
a light, electric yellow · cool · closest name: khaki
RGB
236, 206, 111
HSL
46°, 77%, 68%
CMYK
0, 13, 53, 8
Luminance
0.6312
Every format
| HEX | #ecce6f |
| RGB | rgb(236, 206, 111) |
| HSL | hsl(46, 77%, 68%) |
| CMYK | cmyk(0%, 13%, 53%, 8%) |
| LAB | lab(83.5 -1.1 50.6) |
| LCH | lch(83.5 50.6 91.3) |
| OKLCH | oklch(0.858 0.120 92.2) |
Copy-ready code
/* CSS */
color: #ecce6f;
background-color: #ecce6f;
/* Tailwind (arbitrary) */
class="text-[#ecce6f] bg-[#ecce6f]"
/* SCSS */
$brand: #ecce6f;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.435)
/* Android */
Color.parseColor("#ecce6f")Accessibility — WCAG contrast
Aa
#ecce6f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce6f on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow53.0%
Key (black)7.5%
Color previews
#ecce6f text on a black background
contrast 13.62:1
Card sample
#ecce6f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce6f;
Background color
Panel with #ecce6f background
background-color: #ecce6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce6f; background: linear-gradient(135deg, #ecce6f, #B7EC6F);