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