#eb6b8f
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 107, 143
HSL
343°, 76%, 67%
CMYK
0, 55, 39, 8
Luminance
0.3016
Every format
| HEX | #eb6b8f |
| RGB | rgb(235, 107, 143) |
| HSL | hsl(343, 76%, 67%) |
| CMYK | cmyk(0%, 55%, 39%, 8%) |
| LAB | lab(61.8 52.9 4.8) |
| LCH | lch(61.8 53.1 5.2) |
| OKLCH | oklch(0.691 0.161 4.6) |
Copy-ready code
/* CSS */
color: #eb6b8f;
background-color: #eb6b8f;
/* Tailwind (arbitrary) */
class="text-[#eb6b8f] bg-[#eb6b8f]"
/* SCSS */
$brand: #eb6b8f;
/* SwiftUI */
Color(red: 0.922, green: 0.420, blue: 0.561)
/* Android */
Color.parseColor("#eb6b8f")Accessibility — WCAG contrast
Aa
#eb6b8f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6b8f on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow39.1%
Key (black)7.8%
Color previews
#eb6b8f text on a black background
contrast 7.03:1
Card sample
#eb6b8f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6b8f;
Background color
Panel with #eb6b8f background
background-color: #eb6b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 107, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 107, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6b8f; background: linear-gradient(135deg, #eb6b8f, #EB9C6B);