#eb8992
a light, vivid red · warm · closest name: salmon
RGB
235, 137, 146
HSL
355°, 71%, 73%
CMYK
0, 42, 38, 8
Luminance
0.3763
Every format
| HEX | #eb8992 |
| RGB | rgb(235, 137, 146) |
| HSL | hsl(355, 71%, 73%) |
| CMYK | cmyk(0%, 42%, 38%, 8%) |
| LAB | lab(67.8 38.3 11.6) |
| LCH | lch(67.8 40.0 16.8) |
| OKLCH | oklch(0.737 0.120 14.5) |
Copy-ready code
/* CSS */
color: #eb8992;
background-color: #eb8992;
/* Tailwind (arbitrary) */
class="text-[#eb8992] bg-[#eb8992]"
/* SCSS */
$brand: #eb8992;
/* SwiftUI */
Color(red: 0.922, green: 0.537, blue: 0.573)
/* Android */
Color.parseColor("#eb8992")Accessibility — WCAG contrast
Aa
#eb8992 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8992 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow37.9%
Key (black)7.8%
Color previews
#eb8992 text on a black background
contrast 8.53:1
Card sample
#eb8992 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8992;
Background color
Panel with #eb8992 background
background-color: #eb8992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 137, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 137, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8992; background: linear-gradient(135deg, #eb8992, #EBC189);