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