#eec8af
a light, vivid orange · warm · closest name: tan
RGB
238, 200, 175
HSL
24°, 65%, 81%
CMYK
0, 16, 27, 7
Luminance
0.6258
Every format
| HEX | #eec8af |
| RGB | rgb(238, 200, 175) |
| HSL | hsl(24, 65%, 81%) |
| CMYK | cmyk(0%, 16%, 27%, 7%) |
| LAB | lab(83.2 9.8 17.5) |
| LCH | lch(83.2 20.1 60.9) |
| OKLCH | oklch(0.859 0.055 55.2) |
Copy-ready code
/* CSS */
color: #eec8af;
background-color: #eec8af;
/* Tailwind (arbitrary) */
class="text-[#eec8af] bg-[#eec8af]"
/* SCSS */
$brand: #eec8af;
/* SwiftUI */
Color(red: 0.933, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#eec8af")Accessibility — WCAG contrast
Aa
#eec8af on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec8af on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green78.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow26.5%
Key (black)6.7%
Color previews
#eec8af text on a black background
contrast 13.52:1
Card sample
#eec8af text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec8af;
Background color
Panel with #eec8af background
background-color: #eec8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec8af; background: linear-gradient(135deg, #eec8af, #EAEEAF);