#eb6180
a light, electric red · warm · closest name: salmon
RGB
235, 97, 128
HSL
347°, 78%, 65%
CMYK
0, 59, 46, 8
Luminance
0.2777
Every format
| HEX | #eb6180 |
| RGB | rgb(235, 97, 128) |
| HSL | hsl(347, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 46%, 8%) |
| LAB | lab(59.7 55.9 10.4) |
| LCH | lch(59.7 56.9 10.6) |
| OKLCH | oklch(0.674 0.172 9.1) |
Copy-ready code
/* CSS */
color: #eb6180;
background-color: #eb6180;
/* Tailwind (arbitrary) */
class="text-[#eb6180] bg-[#eb6180]"
/* SCSS */
$brand: #eb6180;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.502)
/* Android */
Color.parseColor("#eb6180")Accessibility — WCAG contrast
Aa
#eb6180 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6180 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow45.5%
Key (black)7.8%
Color previews
#eb6180 text on a black background
contrast 6.55:1
Card sample
#eb6180 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6180;
Background color
Panel with #eb6180 background
background-color: #eb6180;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6180;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6180; background: linear-gradient(135deg, #eb6180, #EB9E61);