#eb7680
a light, vivid red · warm · closest name: salmon
RGB
235, 118, 128
HSL
355°, 75%, 69%
CMYK
0, 50, 46, 8
Luminance
0.3218
Every format
| HEX | #eb7680 |
| RGB | rgb(235, 118, 128) |
| HSL | hsl(355, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 46%, 8%) |
| LAB | lab(63.5 46.0 15.8) |
| LCH | lch(63.5 48.6 18.9) |
| OKLCH | oklch(0.703 0.144 16.2) |
Copy-ready code
/* CSS */
color: #eb7680;
background-color: #eb7680;
/* Tailwind (arbitrary) */
class="text-[#eb7680] bg-[#eb7680]"
/* SCSS */
$brand: #eb7680;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.502)
/* Android */
Color.parseColor("#eb7680")Accessibility — WCAG contrast
Aa
#eb7680 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7680 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow45.5%
Key (black)7.8%
Color previews
#eb7680 text on a black background
contrast 7.44:1
Card sample
#eb7680 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7680;
Background color
Panel with #eb7680 background
background-color: #eb7680;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7680;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7680; background: linear-gradient(135deg, #eb7680, #EBBA76);