#eeaf7f
a light, electric orange · warm · closest name: tan
RGB
238, 175, 127
HSL
26°, 77%, 72%
CMYK
0, 27, 47, 7
Luminance
0.5037
Every format
| HEX | #eeaf7f |
| RGB | rgb(238, 175, 127) |
| HSL | hsl(26, 77%, 72%) |
| CMYK | cmyk(0%, 27%, 47%, 7%) |
| LAB | lab(76.3 17.4 33.6) |
| LCH | lch(76.3 37.8 62.7) |
| OKLCH | oklch(0.802 0.097 58.1) |
Copy-ready code
/* CSS */
color: #eeaf7f;
background-color: #eeaf7f;
/* Tailwind (arbitrary) */
class="text-[#eeaf7f] bg-[#eeaf7f]"
/* SCSS */
$brand: #eeaf7f;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#eeaf7f")Accessibility — WCAG contrast
Aa
#eeaf7f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaf7f on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow46.6%
Key (black)6.7%
Color previews
#eeaf7f text on a black background
contrast 11.07:1
Card sample
#eeaf7f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaf7f;
Background color
Panel with #eeaf7f background
background-color: #eeaf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaf7f; background: linear-gradient(135deg, #eeaf7f, #E3EE7F);