#eb8fe1
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 143, 225
HSL
307°, 70%, 74%
CMYK
0, 39, 4, 8
Luminance
0.4274
Every format
| HEX | #eb8fe1 |
| RGB | rgb(235, 143, 225) |
| HSL | hsl(307, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 4%, 8%) |
| LAB | lab(71.4 46.6 -27.1) |
| LCH | lch(71.4 54.0 329.9) |
| OKLCH | oklch(0.772 0.151 330.9) |
Copy-ready code
/* CSS */
color: #eb8fe1;
background-color: #eb8fe1;
/* Tailwind (arbitrary) */
class="text-[#eb8fe1] bg-[#eb8fe1]"
/* SCSS */
$brand: #eb8fe1;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.882)
/* Android */
Color.parseColor("#eb8fe1")Accessibility — WCAG contrast
Aa
#eb8fe1 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fe1 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow4.3%
Key (black)7.8%
Color previews
#eb8fe1 text on a black background
contrast 9.55:1
Card sample
#eb8fe1 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fe1;
Background color
Panel with #eb8fe1 background
background-color: #eb8fe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fe1; background: linear-gradient(135deg, #eb8fe1, #EB8FA4);