#ecce98
a light, vivid orange · warm · closest name: tan
RGB
236, 206, 152
HSL
39°, 69%, 76%
CMYK
0, 13, 36, 8
Luminance
0.6424
Every format
| HEX | #ecce98 |
| RGB | rgb(236, 206, 152) |
| HSL | hsl(39, 69%, 76%) |
| CMYK | cmyk(0%, 13%, 36%, 8%) |
| LAB | lab(84.1 3.0 30.8) |
| LCH | lch(84.1 30.9 84.5) |
| OKLCH | oklch(0.864 0.078 81.9) |
Copy-ready code
/* CSS */
color: #ecce98;
background-color: #ecce98;
/* Tailwind (arbitrary) */
class="text-[#ecce98] bg-[#ecce98]"
/* SCSS */
$brand: #ecce98;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.596)
/* Android */
Color.parseColor("#ecce98")Accessibility — WCAG contrast
Aa
#ecce98 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce98 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow35.6%
Key (black)7.5%
Color previews
#ecce98 text on a black background
contrast 13.85:1
Card sample
#ecce98 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce98;
Background color
Panel with #ecce98 background
background-color: #ecce98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce98; background: linear-gradient(135deg, #ecce98, #D2EC98);