#eeaf5f
a light, electric orange · warm · closest name: peru
RGB
238, 175, 95
HSL
34°, 81%, 65%
CMYK
0, 27, 60, 7
Luminance
0.4966
Every format
| HEX | #eeaf5f |
| RGB | rgb(238, 175, 95) |
| HSL | hsl(34, 81%, 65%) |
| CMYK | cmyk(0%, 27%, 60%, 7%) |
| LAB | lab(75.9 14.7 49.4) |
| LCH | lch(75.9 51.5 73.4) |
| OKLCH | oklch(0.797 0.122 71.1) |
Copy-ready code
/* CSS */
color: #eeaf5f;
background-color: #eeaf5f;
/* Tailwind (arbitrary) */
class="text-[#eeaf5f] bg-[#eeaf5f]"
/* SCSS */
$brand: #eeaf5f;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#eeaf5f")Accessibility — WCAG contrast
Aa
#eeaf5f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaf5f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow60.1%
Key (black)6.7%
Color previews
#eeaf5f text on a black background
contrast 10.93:1
Card sample
#eeaf5f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaf5f;
Background color
Panel with #eeaf5f background
background-color: #eeaf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaf5f; background: linear-gradient(135deg, #eeaf5f, #CEEE5F);