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