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