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