#eeaf8f
a light, vivid orange · warm · closest name: tan
RGB
238, 175, 143
HSL
20°, 74%, 75%
CMYK
0, 27, 40, 7
Luminance
0.5082
Every format
| HEX | #eeaf8f |
| RGB | rgb(238, 175, 143) |
| HSL | hsl(20, 74%, 75%) |
| CMYK | cmyk(0%, 27%, 40%, 7%) |
| LAB | lab(76.6 19.0 25.4) |
| LCH | lch(76.6 31.8 53.2) |
| OKLCH | oklch(0.805 0.086 48.0) |
Copy-ready code
/* CSS */
color: #eeaf8f;
background-color: #eeaf8f;
/* Tailwind (arbitrary) */
class="text-[#eeaf8f] bg-[#eeaf8f]"
/* SCSS */
$brand: #eeaf8f;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#eeaf8f")Accessibility — WCAG contrast
Aa
#eeaf8f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaf8f on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow39.9%
Key (black)6.7%
Color previews
#eeaf8f text on a black background
contrast 11.16:1
Card sample
#eeaf8f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaf8f;
Background color
Panel with #eeaf8f background
background-color: #eeaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaf8f; background: linear-gradient(135deg, #eeaf8f, #EEEE8F);