#ecce82
a light, vivid yellow · warm · closest name: khaki
RGB
236, 206, 130
HSL
43°, 74%, 72%
CMYK
0, 13, 45, 8
Luminance
0.6359
Every format
| HEX | #ecce82 |
| RGB | rgb(236, 206, 130) |
| HSL | hsl(43, 74%, 72%) |
| CMYK | cmyk(0%, 13%, 45%, 8%) |
| LAB | lab(83.8 0.6 41.6) |
| LCH | lch(83.8 41.6 89.2) |
| OKLCH | oklch(0.860 0.101 88.7) |
Copy-ready code
/* CSS */
color: #ecce82;
background-color: #ecce82;
/* Tailwind (arbitrary) */
class="text-[#ecce82] bg-[#ecce82]"
/* SCSS */
$brand: #ecce82;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.510)
/* Android */
Color.parseColor("#ecce82")Accessibility — WCAG contrast
Aa
#ecce82 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce82 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow44.9%
Key (black)7.5%
Color previews
#ecce82 text on a black background
contrast 13.72:1
Card sample
#ecce82 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce82;
Background color
Panel with #ecce82 background
background-color: #ecce82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce82; background: linear-gradient(135deg, #ecce82, #C3EC82);