#eb8570
a light, electric red · warm · closest name: salmon
RGB
235, 133, 112
HSL
10°, 76%, 68%
CMYK
0, 43, 52, 8
Luminance
0.3561
Every format
| HEX | #eb8570 |
| RGB | rgb(235, 133, 112) |
| HSL | hsl(10, 76%, 68%) |
| CMYK | cmyk(0%, 43%, 52%, 8%) |
| LAB | lab(66.2 37.0 28.4) |
| LCH | lch(66.2 46.6 37.6) |
| OKLCH | oklch(0.723 0.130 32.6) |
Copy-ready code
/* CSS */
color: #eb8570;
background-color: #eb8570;
/* Tailwind (arbitrary) */
class="text-[#eb8570] bg-[#eb8570]"
/* SCSS */
$brand: #eb8570;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.439)
/* Android */
Color.parseColor("#eb8570")Accessibility — WCAG contrast
Aa
#eb8570 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8570 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow52.3%
Key (black)7.8%
Color previews
#eb8570 text on a black background
contrast 8.12:1
Card sample
#eb8570 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8570;
Background color
Panel with #eb8570 background
background-color: #eb8570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8570; background: linear-gradient(135deg, #eb8570, #EBD770);