#eeab5d
a balanced, electric orange · warm · closest name: peru
RGB
238, 171, 93
HSL
32°, 81%, 65%
CMYK
0, 28, 61, 7
Luminance
0.4809
Every format
| HEX | #eeab5d |
| RGB | rgb(238, 171, 93) |
| HSL | hsl(32, 81%, 65%) |
| CMYK | cmyk(0%, 28%, 61%, 7%) |
| LAB | lab(74.9 16.7 49.2) |
| LCH | lch(74.9 52.0 71.3) |
| OKLCH | oklch(0.790 0.123 68.5) |
Copy-ready code
/* CSS */
color: #eeab5d;
background-color: #eeab5d;
/* Tailwind (arbitrary) */
class="text-[#eeab5d] bg-[#eeab5d]"
/* SCSS */
$brand: #eeab5d;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.365)
/* Android */
Color.parseColor("#eeab5d")Accessibility — WCAG contrast
Aa
#eeab5d on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeab5d on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow60.9%
Key (black)6.7%
Color previews
#eeab5d text on a black background
contrast 10.62:1
Card sample
#eeab5d text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeab5d;
Background color
Panel with #eeab5d background
background-color: #eeab5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeab5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeab5d; background: linear-gradient(135deg, #eeab5d, #D0EE5D);