#eb7481
a light, vivid red · warm · closest name: salmon
RGB
235, 116, 129
HSL
353°, 75%, 69%
CMYK
0, 51, 45, 8
Luminance
0.3174
Every format
| HEX | #eb7481 |
| RGB | rgb(235, 116, 129) |
| HSL | hsl(353, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 45%, 8%) |
| LAB | lab(63.1 47.1 14.7) |
| LCH | lch(63.1 49.3 17.3) |
| OKLCH | oklch(0.700 0.147 14.8) |
Copy-ready code
/* CSS */
color: #eb7481;
background-color: #eb7481;
/* Tailwind (arbitrary) */
class="text-[#eb7481] bg-[#eb7481]"
/* SCSS */
$brand: #eb7481;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.506)
/* Android */
Color.parseColor("#eb7481")Accessibility — WCAG contrast
Aa
#eb7481 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7481 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow45.1%
Key (black)7.8%
Color previews
#eb7481 text on a black background
contrast 7.35:1
Card sample
#eb7481 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7481;
Background color
Panel with #eb7481 background
background-color: #eb7481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7481; background: linear-gradient(135deg, #eb7481, #EBB674);