#eb759f
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 117, 159
HSL
339°, 75%, 69%
CMYK
0, 50, 32, 8
Luminance
0.3289
Every format
| HEX | #eb759f |
| RGB | rgb(235, 117, 159) |
| HSL | hsl(339, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 32%, 8%) |
| LAB | lab(64.1 49.9 -1.1) |
| LCH | lch(64.1 49.9 358.7) |
| OKLCH | oklch(0.710 0.152 359.2) |
Copy-ready code
/* CSS */
color: #eb759f;
background-color: #eb759f;
/* Tailwind (arbitrary) */
class="text-[#eb759f] bg-[#eb759f]"
/* SCSS */
$brand: #eb759f;
/* SwiftUI */
Color(red: 0.922, green: 0.459, blue: 0.624)
/* Android */
Color.parseColor("#eb759f")Accessibility — WCAG contrast
Aa
#eb759f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb759f on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow32.3%
Key (black)7.8%
Color previews
#eb759f text on a black background
contrast 7.58:1
Card sample
#eb759f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb759f;
Background color
Panel with #eb759f background
background-color: #eb759f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb759f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 117, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 117, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb759f; background: linear-gradient(135deg, #eb759f, #EB9A75);