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