#eb91ee
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 145, 238
HSL
298°, 73%, 75%
CMYK
1, 39, 0, 7
Luminance
0.4409
Every format
| HEX | #eb91ee |
| RGB | rgb(235, 145, 238) |
| HSL | hsl(298, 73%, 75%) |
| CMYK | cmyk(1%, 39%, 0%, 7%) |
| LAB | lab(72.3 47.9 -32.8) |
| LCH | lch(72.3 58.1 325.6) |
| OKLCH | oklch(0.780 0.160 325.8) |
Copy-ready code
/* CSS */
color: #eb91ee;
background-color: #eb91ee;
/* Tailwind (arbitrary) */
class="text-[#eb91ee] bg-[#eb91ee]"
/* SCSS */
$brand: #eb91ee;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#eb91ee")Accessibility — WCAG contrast
Aa
#eb91ee on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb91ee on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta39.1%
Yellow0.0%
Key (black)6.7%
Color previews
#eb91ee text on a black background
contrast 9.82:1
Card sample
#eb91ee text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb91ee;
Background color
Panel with #eb91ee background
background-color: #eb91ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb91ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb91ee; background: linear-gradient(135deg, #eb91ee, #EE91B3);