#eb5f6d
a balanced, electric red · warm · closest name: salmon
RGB
235, 95, 109
HSL
354°, 78%, 65%
CMYK
0, 60, 54, 8
Luminance
0.2695
Every format
| HEX | #eb5f6d |
| RGB | rgb(235, 95, 109) |
| HSL | hsl(354, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 54%, 8%) |
| LAB | lab(58.9 55.2 20.4) |
| LCH | lch(58.9 58.8 20.3) |
| OKLCH | oklch(0.667 0.173 17.1) |
Copy-ready code
/* CSS */
color: #eb5f6d;
background-color: #eb5f6d;
/* Tailwind (arbitrary) */
class="text-[#eb5f6d] bg-[#eb5f6d]"
/* SCSS */
$brand: #eb5f6d;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.427)
/* Android */
Color.parseColor("#eb5f6d")Accessibility — WCAG contrast
Aa
#eb5f6d on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f6d on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow53.6%
Key (black)7.8%
Color previews
#eb5f6d text on a black background
contrast 6.39:1
Card sample
#eb5f6d text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f6d;
Background color
Panel with #eb5f6d background
background-color: #eb5f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f6d; background: linear-gradient(135deg, #eb5f6d, #EBAE5F);