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