#eb757f
a light, vivid red · warm · closest name: salmon
RGB
235, 117, 127
HSL
355°, 75%, 69%
CMYK
0, 50, 46, 8
Luminance
0.3192
Every format
| HEX | #eb757f |
| RGB | rgb(235, 117, 127) |
| HSL | hsl(355, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 46%, 8%) |
| LAB | lab(63.3 46.4 16.1) |
| LCH | lch(63.3 49.1 19.1) |
| OKLCH | oklch(0.701 0.146 16.3) |
Copy-ready code
/* CSS */
color: #eb757f;
background-color: #eb757f;
/* Tailwind (arbitrary) */
class="text-[#eb757f] bg-[#eb757f]"
/* SCSS */
$brand: #eb757f;
/* SwiftUI */
Color(red: 0.922, green: 0.459, blue: 0.498)
/* Android */
Color.parseColor("#eb757f")Accessibility — WCAG contrast
Aa
#eb757f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb757f on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow46.0%
Key (black)7.8%
Color previews
#eb757f text on a black background
contrast 7.38:1
Card sample
#eb757f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb757f;
Background color
Panel with #eb757f background
background-color: #eb757f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb757f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 117, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 117, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb757f; background: linear-gradient(135deg, #eb757f, #EBBA75);