#eb8080
a light, vivid red · warm · closest name: salmon
RGB
235, 128, 128
HSL
0°, 73%, 71%
CMYK
0, 46, 46, 8
Luminance
0.3466
Every format
| HEX | #eb8080 |
| RGB | rgb(235, 128, 128) |
| HSL | hsl(0, 73%, 71%) |
| CMYK | cmyk(0%, 46%, 46%, 8%) |
| LAB | lab(65.5 41.0 18.5) |
| LCH | lch(65.5 45.0 24.3) |
| OKLCH | oklch(0.718 0.132 20.9) |
Copy-ready code
/* CSS */
color: #eb8080;
background-color: #eb8080;
/* Tailwind (arbitrary) */
class="text-[#eb8080] bg-[#eb8080]"
/* SCSS */
$brand: #eb8080;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.502)
/* Android */
Color.parseColor("#eb8080")Accessibility — WCAG contrast
Aa
#eb8080 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8080 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow45.5%
Key (black)7.8%
Color previews
#eb8080 text on a black background
contrast 7.93:1
Card sample
#eb8080 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8080;
Background color
Panel with #eb8080 background
background-color: #eb8080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8080; background: linear-gradient(135deg, #eb8080, #EBC780);