#eb606f
a balanced, electric red · warm · closest name: salmon
RGB
235, 96, 111
HSL
354°, 78%, 65%
CMYK
0, 59, 53, 8
Luminance
0.2718
Every format
| HEX | #eb606f |
| RGB | rgb(235, 96, 111) |
| HSL | hsl(354, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 53%, 8%) |
| LAB | lab(59.1 54.9 19.6) |
| LCH | lch(59.1 58.3 19.6) |
| OKLCH | oklch(0.669 0.172 16.6) |
Copy-ready code
/* CSS */
color: #eb606f;
background-color: #eb606f;
/* Tailwind (arbitrary) */
class="text-[#eb606f] bg-[#eb606f]"
/* SCSS */
$brand: #eb606f;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.435)
/* Android */
Color.parseColor("#eb606f")Accessibility — WCAG contrast
Aa
#eb606f on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb606f on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow52.8%
Key (black)7.8%
Color previews
#eb606f text on a black background
contrast 6.44:1
Card sample
#eb606f text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb606f;
Background color
Panel with #eb606f background
background-color: #eb606f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb606f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb606f; background: linear-gradient(135deg, #eb606f, #EBAE60);