#eb8eed
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 142, 237
HSL
299°, 73%, 74%
CMYK
1, 40, 0, 7
Luminance
0.4312
Every format
| HEX | #eb8eed |
| RGB | rgb(235, 142, 237) |
| HSL | hsl(299, 73%, 74%) |
| CMYK | cmyk(1%, 40%, 0%, 7%) |
| LAB | lab(71.6 49.3 -33.3) |
| LCH | lch(71.6 59.5 326.0) |
| OKLCH | oklch(0.775 0.164 326.3) |
Copy-ready code
/* CSS */
color: #eb8eed;
background-color: #eb8eed;
/* Tailwind (arbitrary) */
class="text-[#eb8eed] bg-[#eb8eed]"
/* SCSS */
$brand: #eb8eed;
/* SwiftUI */
Color(red: 0.922, green: 0.557, blue: 0.929)
/* Android */
Color.parseColor("#eb8eed")Accessibility — WCAG contrast
Aa
#eb8eed on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8eed on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.7%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta40.1%
Yellow0.0%
Key (black)7.1%
Color previews
#eb8eed text on a black background
contrast 9.62:1
Card sample
#eb8eed text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8eed;
Background color
Panel with #eb8eed background
background-color: #eb8eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 142, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 142, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8eed; background: linear-gradient(135deg, #eb8eed, #ED8EB0);