#eb8b8f
a light, vivid red · warm · closest name: salmon
RGB
235, 139, 143
HSL
358°, 71%, 73%
CMYK
0, 41, 39, 8
Luminance
0.3811
Every format
| HEX | #eb8b8f |
| RGB | rgb(235, 139, 143) |
| HSL | hsl(358, 71%, 73%) |
| CMYK | cmyk(0%, 41%, 39%, 8%) |
| LAB | lab(68.1 36.9 13.7) |
| LCH | lch(68.1 39.4 20.4) |
| OKLCH | oklch(0.739 0.117 17.6) |
Copy-ready code
/* CSS */
color: #eb8b8f;
background-color: #eb8b8f;
/* Tailwind (arbitrary) */
class="text-[#eb8b8f] bg-[#eb8b8f]"
/* SCSS */
$brand: #eb8b8f;
/* SwiftUI */
Color(red: 0.922, green: 0.545, blue: 0.561)
/* Android */
Color.parseColor("#eb8b8f")Accessibility — WCAG contrast
Aa
#eb8b8f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8b8f on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow39.1%
Key (black)7.8%
Color previews
#eb8b8f text on a black background
contrast 8.62:1
Card sample
#eb8b8f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8b8f;
Background color
Panel with #eb8b8f background
background-color: #eb8b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 139, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 139, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8b8f; background: linear-gradient(135deg, #eb8b8f, #EBC78B);