#eb5b7f
a balanced, electric red · warm · closest name: salmon
RGB
235, 91, 127
HSL
345°, 78%, 64%
CMYK
0, 61, 46, 8
Luminance
0.2668
Every format
| HEX | #eb5b7f |
| RGB | rgb(235, 91, 127) |
| HSL | hsl(345, 78%, 64%) |
| CMYK | cmyk(0%, 61%, 46%, 8%) |
| LAB | lab(58.7 58.5 9.6) |
| LCH | lch(58.7 59.2 9.3) |
| OKLCH | oklch(0.667 0.179 8.0) |
Copy-ready code
/* CSS */
color: #eb5b7f;
background-color: #eb5b7f;
/* Tailwind (arbitrary) */
class="text-[#eb5b7f] bg-[#eb5b7f]"
/* SCSS */
$brand: #eb5b7f;
/* SwiftUI */
Color(red: 0.922, green: 0.357, blue: 0.498)
/* Android */
Color.parseColor("#eb5b7f")Accessibility — WCAG contrast
Aa
#eb5b7f on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5b7f on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow46.0%
Key (black)7.8%
Color previews
#eb5b7f text on a black background
contrast 6.34:1
Card sample
#eb5b7f text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5b7f;
Background color
Panel with #eb5b7f background
background-color: #eb5b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 91, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 91, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5b7f; background: linear-gradient(135deg, #eb5b7f, #EB975B);