#eb6571
a light, electric red · warm · closest name: salmon
RGB
235, 101, 113
HSL
355°, 77%, 66%
CMYK
0, 57, 52, 8
Luminance
0.2816
Every format
| HEX | #eb6571 |
| RGB | rgb(235, 101, 113) |
| HSL | hsl(355, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 52%, 8%) |
| LAB | lab(60.0 52.8 19.6) |
| LCH | lch(60.0 56.3 20.4) |
| OKLCH | oklch(0.676 0.166 17.3) |
Copy-ready code
/* CSS */
color: #eb6571;
background-color: #eb6571;
/* Tailwind (arbitrary) */
class="text-[#eb6571] bg-[#eb6571]"
/* SCSS */
$brand: #eb6571;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.443)
/* Android */
Color.parseColor("#eb6571")Accessibility — WCAG contrast
Aa
#eb6571 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6571 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow51.9%
Key (black)7.8%
Color previews
#eb6571 text on a black background
contrast 6.63:1
Card sample
#eb6571 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6571;
Background color
Panel with #eb6571 background
background-color: #eb6571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6571; background: linear-gradient(135deg, #eb6571, #EBB265);