#eb96ee
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 150, 238
HSL
298°, 72%, 76%
CMYK
1, 37, 0, 7
Luminance
0.4565
Every format
| HEX | #eb96ee |
| RGB | rgb(235, 150, 238) |
| HSL | hsl(298, 72%, 76%) |
| CMYK | cmyk(1%, 37%, 0%, 7%) |
| LAB | lab(73.3 45.4 -31.2) |
| LCH | lch(73.3 55.1 325.4) |
| OKLCH | oklch(0.788 0.151 325.7) |
Copy-ready code
/* CSS */
color: #eb96ee;
background-color: #eb96ee;
/* Tailwind (arbitrary) */
class="text-[#eb96ee] bg-[#eb96ee]"
/* SCSS */
$brand: #eb96ee;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.933)
/* Android */
Color.parseColor("#eb96ee")Accessibility — WCAG contrast
Aa
#eb96ee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb96ee on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta37.0%
Yellow0.0%
Key (black)6.7%
Color previews
#eb96ee text on a black background
contrast 10.13:1
Card sample
#eb96ee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb96ee;
Background color
Panel with #eb96ee background
background-color: #eb96ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb96ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb96ee; background: linear-gradient(135deg, #eb96ee, #EE96B6);