#eb8fdc
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 143, 220
HSL
310°, 70%, 74%
CMYK
0, 39, 6, 8
Luminance
0.4247
Every format
| HEX | #eb8fdc |
| RGB | rgb(235, 143, 220) |
| HSL | hsl(310, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 6%, 8%) |
| LAB | lab(71.2 45.8 -24.6) |
| LCH | lch(71.2 52.0 331.7) |
| OKLCH | oklch(0.770 0.147 333.1) |
Copy-ready code
/* CSS */
color: #eb8fdc;
background-color: #eb8fdc;
/* Tailwind (arbitrary) */
class="text-[#eb8fdc] bg-[#eb8fdc]"
/* SCSS */
$brand: #eb8fdc;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.863)
/* Android */
Color.parseColor("#eb8fdc")Accessibility — WCAG contrast
Aa
#eb8fdc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fdc on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow6.4%
Key (black)7.8%
Color previews
#eb8fdc text on a black background
contrast 9.49:1
Card sample
#eb8fdc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fdc;
Background color
Panel with #eb8fdc background
background-color: #eb8fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fdc; background: linear-gradient(135deg, #eb8fdc, #EB8F9F);