#eb6579
a light, electric red · warm · closest name: salmon
RGB
235, 101, 121
HSL
351°, 77%, 66%
CMYK
0, 57, 49, 8
Luminance
0.2835
Every format
| HEX | #eb6579 |
| RGB | rgb(235, 101, 121) |
| HSL | hsl(351, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 49%, 8%) |
| LAB | lab(60.2 53.5 15.2) |
| LCH | lch(60.2 55.6 15.9) |
| OKLCH | oklch(0.678 0.166 13.5) |
Copy-ready code
/* CSS */
color: #eb6579;
background-color: #eb6579;
/* Tailwind (arbitrary) */
class="text-[#eb6579] bg-[#eb6579]"
/* SCSS */
$brand: #eb6579;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.475)
/* Android */
Color.parseColor("#eb6579")Accessibility — WCAG contrast
Aa
#eb6579 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6579 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow48.5%
Key (black)7.8%
Color previews
#eb6579 text on a black background
contrast 6.67:1
Card sample
#eb6579 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6579;
Background color
Panel with #eb6579 background
background-color: #eb6579;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6579;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6579; background: linear-gradient(135deg, #eb6579, #EBAA65);