#eb9971
a light, electric orange · warm · closest name: peru
RGB
235, 153, 113
HSL
20°, 75%, 68%
CMYK
0, 35, 52, 8
Luminance
0.4164
Every format
| HEX | #eb9971 |
| RGB | rgb(235, 153, 113) |
| HSL | hsl(20, 75%, 68%) |
| CMYK | cmyk(0%, 35%, 52%, 8%) |
| LAB | lab(70.6 26.6 33.6) |
| LCH | lch(70.6 42.8 51.7) |
| OKLCH | oklch(0.757 0.113 46.5) |
Copy-ready code
/* CSS */
color: #eb9971;
background-color: #eb9971;
/* Tailwind (arbitrary) */
class="text-[#eb9971] bg-[#eb9971]"
/* SCSS */
$brand: #eb9971;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.443)
/* Android */
Color.parseColor("#eb9971")Accessibility — WCAG contrast
Aa
#eb9971 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9971 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow51.9%
Key (black)7.8%
Color previews
#eb9971 text on a black background
contrast 9.33:1
Card sample
#eb9971 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9971;
Background color
Panel with #eb9971 background
background-color: #eb9971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9971; background: linear-gradient(135deg, #eb9971, #EBEA71);