#eb75af
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 117, 175
HSL
331°, 75%, 69%
CMYK
0, 50, 26, 8
Luminance
0.3348
Every format
| HEX | #eb75af |
| RGB | rgb(235, 117, 175) |
| HSL | hsl(331, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 26%, 8%) |
| LAB | lab(64.5 52.0 -9.5) |
| LCH | lch(64.5 52.8 349.6) |
| OKLCH | oklch(0.715 0.159 351.1) |
Copy-ready code
/* CSS */
color: #eb75af;
background-color: #eb75af;
/* Tailwind (arbitrary) */
class="text-[#eb75af] bg-[#eb75af]"
/* SCSS */
$brand: #eb75af;
/* SwiftUI */
Color(red: 0.922, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#eb75af")Accessibility — WCAG contrast
Aa
#eb75af on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb75af on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow25.5%
Key (black)7.8%
Color previews
#eb75af text on a black background
contrast 7.70:1
Card sample
#eb75af text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb75af;
Background color
Panel with #eb75af background
background-color: #eb75af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb75af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb75af; background: linear-gradient(135deg, #eb75af, #EB8A75);