#ecce95
a light, vivid orange · warm · closest name: tan
RGB
236, 206, 149
HSL
39°, 70%, 76%
CMYK
0, 13, 37, 8
Luminance
0.6415
Every format
| HEX | #ecce95 |
| RGB | rgb(236, 206, 149) |
| HSL | hsl(39, 70%, 76%) |
| CMYK | cmyk(0%, 13%, 37%, 8%) |
| LAB | lab(84.0 2.6 32.3) |
| LCH | lch(84.0 32.4 85.4) |
| OKLCH | oklch(0.864 0.081 83.1) |
Copy-ready code
/* CSS */
color: #ecce95;
background-color: #ecce95;
/* Tailwind (arbitrary) */
class="text-[#ecce95] bg-[#ecce95]"
/* SCSS */
$brand: #ecce95;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.584)
/* Android */
Color.parseColor("#ecce95")Accessibility — WCAG contrast
Aa
#ecce95 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecce95 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow36.9%
Key (black)7.5%
Color previews
#ecce95 text on a black background
contrast 13.83:1
Card sample
#ecce95 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecce95;
Background color
Panel with #ecce95 background
background-color: #ecce95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecce95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecce95; background: linear-gradient(135deg, #ecce95, #D0EC95);