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