#eb688f
a light, electric magenta / pink · warm · closest name: salmon
RGB
235, 104, 143
HSL
342°, 77%, 67%
CMYK
0, 56, 39, 8
Luminance
0.2955
Every format
| HEX | #eb688f |
| RGB | rgb(235, 104, 143) |
| HSL | hsl(342, 77%, 67%) |
| CMYK | cmyk(0%, 56%, 39%, 8%) |
| LAB | lab(61.3 54.3 4.0) |
| LCH | lch(61.3 54.4 4.2) |
| OKLCH | oklch(0.687 0.166 3.8) |
Copy-ready code
/* CSS */
color: #eb688f;
background-color: #eb688f;
/* Tailwind (arbitrary) */
class="text-[#eb688f] bg-[#eb688f]"
/* SCSS */
$brand: #eb688f;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.561)
/* Android */
Color.parseColor("#eb688f")Accessibility — WCAG contrast
Aa
#eb688f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb688f on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow39.1%
Key (black)7.8%
Color previews
#eb688f text on a black background
contrast 6.91:1
Card sample
#eb688f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb688f;
Background color
Panel with #eb688f background
background-color: #eb688f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb688f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb688f; background: linear-gradient(135deg, #eb688f, #EB9868);