#eb718f
a light, electric red · warm · closest name: salmon
RGB
235, 113, 143
HSL
345°, 75%, 68%
CMYK
0, 52, 39, 8
Luminance
0.3146
Every format
| HEX | #eb718f |
| RGB | rgb(235, 113, 143) |
| HSL | hsl(345, 75%, 68%) |
| CMYK | cmyk(0%, 52%, 39%, 8%) |
| LAB | lab(62.9 50.0 6.3) |
| LCH | lch(62.9 50.4 7.2) |
| OKLCH | oklch(0.700 0.153 6.4) |
Copy-ready code
/* CSS */
color: #eb718f;
background-color: #eb718f;
/* Tailwind (arbitrary) */
class="text-[#eb718f] bg-[#eb718f]"
/* SCSS */
$brand: #eb718f;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#eb718f")Accessibility — WCAG contrast
Aa
#eb718f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb718f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow39.1%
Key (black)7.8%
Color previews
#eb718f text on a black background
contrast 7.29:1
Card sample
#eb718f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb718f;
Background color
Panel with #eb718f background
background-color: #eb718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb718f; background: linear-gradient(135deg, #eb718f, #EBA471);