#eb90eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 144, 235
HSL
300°, 70%, 74%
CMYK
0, 39, 0, 8
Luminance
0.4361
Every format
| HEX | #eb90eb |
| RGB | rgb(235, 144, 235) |
| HSL | hsl(300, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 0%, 8%) |
| LAB | lab(72.0 47.9 -31.7) |
| LCH | lch(72.0 57.4 326.5) |
| OKLCH | oklch(0.778 0.158 327.0) |
Copy-ready code
/* CSS */
color: #eb90eb;
background-color: #eb90eb;
/* Tailwind (arbitrary) */
class="text-[#eb90eb] bg-[#eb90eb]"
/* SCSS */
$brand: #eb90eb;
/* SwiftUI */
Color(red: 0.922, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#eb90eb")Accessibility — WCAG contrast
Aa
#eb90eb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb90eb on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb90eb text on a black background
contrast 9.72:1
Card sample
#eb90eb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb90eb;
Background color
Panel with #eb90eb background
background-color: #eb90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb90eb; background: linear-gradient(135deg, #eb90eb, #EB90AE);