#eb6284
a light, electric red · warm · closest name: salmon
RGB
235, 98, 132
HSL
345°, 77%, 65%
CMYK
0, 58, 44, 8
Luminance
0.2806
Every format
| HEX | #eb6284 |
| RGB | rgb(235, 98, 132) |
| HSL | hsl(345, 77%, 65%) |
| CMYK | cmyk(0%, 58%, 44%, 8%) |
| LAB | lab(60.0 55.9 8.5) |
| LCH | lch(60.0 56.5 8.7) |
| OKLCH | oklch(0.677 0.171 7.5) |
Copy-ready code
/* CSS */
color: #eb6284;
background-color: #eb6284;
/* Tailwind (arbitrary) */
class="text-[#eb6284] bg-[#eb6284]"
/* SCSS */
$brand: #eb6284;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.518)
/* Android */
Color.parseColor("#eb6284")Accessibility — WCAG contrast
Aa
#eb6284 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6284 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow43.8%
Key (black)7.8%
Color previews
#eb6284 text on a black background
contrast 6.61:1
Card sample
#eb6284 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6284;
Background color
Panel with #eb6284 background
background-color: #eb6284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6284; background: linear-gradient(135deg, #eb6284, #EB9B62);