#eb93eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 147, 235
HSL
300°, 69%, 75%
CMYK
0, 37, 0, 8
Luminance
0.4453
Every format
| HEX | #eb93eb |
| RGB | rgb(235, 147, 235) |
| HSL | hsl(300, 69%, 75%) |
| CMYK | cmyk(0%, 37%, 0%, 8%) |
| LAB | lab(72.6 46.4 -30.7) |
| LCH | lch(72.6 55.6 326.5) |
| OKLCH | oklch(0.782 0.153 326.9) |
Copy-ready code
/* CSS */
color: #eb93eb;
background-color: #eb93eb;
/* Tailwind (arbitrary) */
class="text-[#eb93eb] bg-[#eb93eb]"
/* SCSS */
$brand: #eb93eb;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#eb93eb")Accessibility — WCAG contrast
Aa
#eb93eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb93eb on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eb93eb text on a black background
contrast 9.91:1
Card sample
#eb93eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb93eb;
Background color
Panel with #eb93eb background
background-color: #eb93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb93eb; background: linear-gradient(135deg, #eb93eb, #EB93B0);