#eb8fd6
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 143, 214
HSL
314°, 70%, 74%
CMYK
0, 39, 9, 8
Luminance
0.4216
Every format
| HEX | #eb8fd6 |
| RGB | rgb(235, 143, 214) |
| HSL | hsl(314, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 9%, 8%) |
| LAB | lab(71.0 44.8 -21.6) |
| LCH | lch(71.0 49.7 334.2) |
| OKLCH | oklch(0.768 0.142 335.8) |
Copy-ready code
/* CSS */
color: #eb8fd6;
background-color: #eb8fd6;
/* Tailwind (arbitrary) */
class="text-[#eb8fd6] bg-[#eb8fd6]"
/* SCSS */
$brand: #eb8fd6;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.839)
/* Android */
Color.parseColor("#eb8fd6")Accessibility — WCAG contrast
Aa
#eb8fd6 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fd6 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow8.9%
Key (black)7.8%
Color previews
#eb8fd6 text on a black background
contrast 9.43:1
Card sample
#eb8fd6 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fd6;
Background color
Panel with #eb8fd6 background
background-color: #eb8fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fd6; background: linear-gradient(135deg, #eb8fd6, #EB8F99);