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