#eb8fd0
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 143, 208
HSL
318°, 70%, 74%
CMYK
0, 39, 12, 8
Luminance
0.4186
Every format
| HEX | #eb8fd0 |
| RGB | rgb(235, 143, 208) |
| HSL | hsl(318, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 12%, 8%) |
| LAB | lab(70.8 43.8 -18.6) |
| LCH | lch(70.8 47.6 337.0) |
| OKLCH | oklch(0.765 0.137 338.7) |
Copy-ready code
/* CSS */
color: #eb8fd0;
background-color: #eb8fd0;
/* Tailwind (arbitrary) */
class="text-[#eb8fd0] bg-[#eb8fd0]"
/* SCSS */
$brand: #eb8fd0;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#eb8fd0")Accessibility — WCAG contrast
Aa
#eb8fd0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fd0 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow11.5%
Key (black)7.8%
Color previews
#eb8fd0 text on a black background
contrast 9.37:1
Card sample
#eb8fd0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fd0;
Background color
Panel with #eb8fd0 background
background-color: #eb8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fd0; background: linear-gradient(135deg, #eb8fd0, #EB8F93);