#eb708e
a light, electric red · warm · closest name: salmon
RGB
235, 112, 142
HSL
345°, 76%, 68%
CMYK
0, 52, 40, 8
Luminance
0.3120
Every format
| HEX | #eb708e |
| RGB | rgb(235, 112, 142) |
| HSL | hsl(345, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 40%, 8%) |
| LAB | lab(62.7 50.4 6.6) |
| LCH | lch(62.7 50.8 7.5) |
| OKLCH | oklch(0.698 0.154 6.6) |
Copy-ready code
/* CSS */
color: #eb708e;
background-color: #eb708e;
/* Tailwind (arbitrary) */
class="text-[#eb708e] bg-[#eb708e]"
/* SCSS */
$brand: #eb708e;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.557)
/* Android */
Color.parseColor("#eb708e")Accessibility — WCAG contrast
Aa
#eb708e on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb708e on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow39.6%
Key (black)7.8%
Color previews
#eb708e text on a black background
contrast 7.24:1
Card sample
#eb708e text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb708e;
Background color
Panel with #eb708e background
background-color: #eb708e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb708e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb708e; background: linear-gradient(135deg, #eb708e, #EBA470);