#eb8f71
a light, electric red · warm · closest name: salmon
RGB
235, 143, 113
HSL
15°, 75%, 68%
CMYK
0, 39, 52, 8
Luminance
0.3850
Every format
| HEX | #eb8f71 |
| RGB | rgb(235, 143, 113) |
| HSL | hsl(15, 75%, 68%) |
| CMYK | cmyk(0%, 39%, 52%, 8%) |
| LAB | lab(68.4 31.8 30.7) |
| LCH | lch(68.4 44.2 44.0) |
| OKLCH | oklch(0.740 0.120 38.8) |
Copy-ready code
/* CSS */
color: #eb8f71;
background-color: #eb8f71;
/* Tailwind (arbitrary) */
class="text-[#eb8f71] bg-[#eb8f71]"
/* SCSS */
$brand: #eb8f71;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.443)
/* Android */
Color.parseColor("#eb8f71")Accessibility — WCAG contrast
Aa
#eb8f71 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8f71 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow51.9%
Key (black)7.8%
Color previews
#eb8f71 text on a black background
contrast 8.70:1
Card sample
#eb8f71 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8f71;
Background color
Panel with #eb8f71 background
background-color: #eb8f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8f71; background: linear-gradient(135deg, #eb8f71, #EBE071);