#eb9864
a light, electric orange · warm · closest name: peru
RGB
235, 152, 100
HSL
23°, 77%, 66%
CMYK
0, 35, 57, 8
Luminance
0.4104
Every format
| HEX | #eb9864 |
| RGB | rgb(235, 152, 100) |
| HSL | hsl(23, 77%, 66%) |
| CMYK | cmyk(0%, 35%, 57%, 8%) |
| LAB | lab(70.2 26.0 40.0) |
| LCH | lch(70.2 47.7 56.9) |
| OKLCH | oklch(0.753 0.121 52.0) |
Copy-ready code
/* CSS */
color: #eb9864;
background-color: #eb9864;
/* Tailwind (arbitrary) */
class="text-[#eb9864] bg-[#eb9864]"
/* SCSS */
$brand: #eb9864;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.392)
/* Android */
Color.parseColor("#eb9864")Accessibility — WCAG contrast
Aa
#eb9864 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9864 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow57.4%
Key (black)7.8%
Color previews
#eb9864 text on a black background
contrast 9.21:1
Card sample
#eb9864 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9864;
Background color
Panel with #eb9864 background
background-color: #eb9864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9864; background: linear-gradient(135deg, #eb9864, #E4EB64);