#eb6f8d
a light, electric red · warm · closest name: salmon
RGB
235, 111, 141
HSL
346°, 76%, 68%
CMYK
0, 53, 40, 8
Luminance
0.3095
Every format
| HEX | #eb6f8d |
| RGB | rgb(235, 111, 141) |
| HSL | hsl(346, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 40%, 8%) |
| LAB | lab(62.5 50.8 6.9) |
| LCH | lch(62.5 51.2 7.7) |
| OKLCH | oklch(0.696 0.155 6.8) |
Copy-ready code
/* CSS */
color: #eb6f8d;
background-color: #eb6f8d;
/* Tailwind (arbitrary) */
class="text-[#eb6f8d] bg-[#eb6f8d]"
/* SCSS */
$brand: #eb6f8d;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.553)
/* Android */
Color.parseColor("#eb6f8d")Accessibility — WCAG contrast
Aa
#eb6f8d on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6f8d on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow40.0%
Key (black)7.8%
Color previews
#eb6f8d text on a black background
contrast 7.19:1
Card sample
#eb6f8d text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6f8d;
Background color
Panel with #eb6f8d background
background-color: #eb6f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6f8d; background: linear-gradient(135deg, #eb6f8d, #EBA46F);