#eea155
a balanced, electric orange · warm · closest name: peru
RGB
238, 161, 85
HSL
30°, 82%, 63%
CMYK
0, 32, 64, 7
Luminance
0.4432
Every format
| HEX | #eea155 |
| RGB | rgb(238, 161, 85) |
| HSL | hsl(30, 82%, 63%) |
| CMYK | cmyk(0%, 32%, 64%, 7%) |
| LAB | lab(72.5 21.4 50.3) |
| LCH | lch(72.5 54.7 66.9) |
| OKLCH | oklch(0.770 0.130 63.4) |
Copy-ready code
/* CSS */
color: #eea155;
background-color: #eea155;
/* Tailwind (arbitrary) */
class="text-[#eea155] bg-[#eea155]"
/* SCSS */
$brand: #eea155;
/* SwiftUI */
Color(red: 0.933, green: 0.631, blue: 0.333)
/* Android */
Color.parseColor("#eea155")Accessibility — WCAG contrast
Aa
#eea155 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea155 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green63.1%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow64.3%
Key (black)6.7%
Color previews
#eea155 text on a black background
contrast 9.86:1
Card sample
#eea155 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea155;
Background color
Panel with #eea155 background
background-color: #eea155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 161, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 161, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea155; background: linear-gradient(135deg, #eea155, #D5EE55);