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