#eb8fee
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 143, 238
HSL
298°, 74%, 75%
CMYK
1, 40, 0, 7
Luminance
0.4348
Every format
| HEX | #eb8fee |
| RGB | rgb(235, 143, 238) |
| HSL | hsl(298, 74%, 75%) |
| CMYK | cmyk(1%, 40%, 0%, 7%) |
| LAB | lab(71.9 49.0 -33.5) |
| LCH | lch(71.9 59.3 325.7) |
| OKLCH | oklch(0.777 0.163 325.9) |
Copy-ready code
/* CSS */
color: #eb8fee;
background-color: #eb8fee;
/* Tailwind (arbitrary) */
class="text-[#eb8fee] bg-[#eb8fee]"
/* SCSS */
$brand: #eb8fee;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.933)
/* Android */
Color.parseColor("#eb8fee")Accessibility — WCAG contrast
Aa
#eb8fee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fee on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta39.9%
Yellow0.0%
Key (black)6.7%
Color previews
#eb8fee text on a black background
contrast 9.70:1
Card sample
#eb8fee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fee;
Background color
Panel with #eb8fee background
background-color: #eb8fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fee; background: linear-gradient(135deg, #eb8fee, #EE8FB2);