#eea466
a light, electric orange · warm · closest name: peru
RGB
238, 164, 102
HSL
27°, 80%, 67%
CMYK
0, 31, 57, 7
Luminance
0.4569
Every format
| HEX | #eea466 |
| RGB | rgb(238, 164, 102) |
| HSL | hsl(27, 80%, 67%) |
| CMYK | cmyk(0%, 31%, 57%, 7%) |
| LAB | lab(73.3 21.0 42.9) |
| LCH | lch(73.3 47.7 63.9) |
| OKLCH | oklch(0.778 0.118 59.8) |
Copy-ready code
/* CSS */
color: #eea466;
background-color: #eea466;
/* Tailwind (arbitrary) */
class="text-[#eea466] bg-[#eea466]"
/* SCSS */
$brand: #eea466;
/* SwiftUI */
Color(red: 0.933, green: 0.643, blue: 0.400)
/* Android */
Color.parseColor("#eea466")Accessibility — WCAG contrast
Aa
#eea466 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea466 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green64.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow57.1%
Key (black)6.7%
Color previews
#eea466 text on a black background
contrast 10.14:1
Card sample
#eea466 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea466;
Background color
Panel with #eea466 background
background-color: #eea466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 164, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 164, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea466; background: linear-gradient(135deg, #eea466, #DDEE66);