#eb8fe6
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 143, 230
HSL
303°, 70%, 74%
CMYK
0, 39, 2, 8
Luminance
0.4302
Every format
| HEX | #eb8fe6 |
| RGB | rgb(235, 143, 230) |
| HSL | hsl(303, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 2%, 8%) |
| LAB | lab(71.6 47.5 -29.6) |
| LCH | lch(71.6 56.0 328.1) |
| OKLCH | oklch(0.774 0.155 328.9) |
Copy-ready code
/* CSS */
color: #eb8fe6;
background-color: #eb8fe6;
/* Tailwind (arbitrary) */
class="text-[#eb8fe6] bg-[#eb8fe6]"
/* SCSS */
$brand: #eb8fe6;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.902)
/* Android */
Color.parseColor("#eb8fe6")Accessibility — WCAG contrast
Aa
#eb8fe6 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fe6 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow2.1%
Key (black)7.8%
Color previews
#eb8fe6 text on a black background
contrast 9.60:1
Card sample
#eb8fe6 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fe6;
Background color
Panel with #eb8fe6 background
background-color: #eb8fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fe6; background: linear-gradient(135deg, #eb8fe6, #EB8FA9);