#eb90fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 144, 253
HSL
290°, 97%, 78%
CMYK
7, 43, 0, 1
Luminance
0.4470
Every format
| HEX | #eb90fd |
| RGB | rgb(235, 144, 253) |
| HSL | hsl(290, 97%, 78%) |
| CMYK | cmyk(7%, 43%, 0%, 1%) |
| LAB | lab(72.7 51.2 -40.4) |
| LCH | lch(72.7 65.2 321.8) |
| OKLCH | oklch(0.786 0.176 320.8) |
Copy-ready code
/* CSS */
color: #eb90fd;
background-color: #eb90fd;
/* Tailwind (arbitrary) */
class="text-[#eb90fd] bg-[#eb90fd]"
/* SCSS */
$brand: #eb90fd;
/* SwiftUI */
Color(red: 0.922, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#eb90fd")Accessibility — WCAG contrast
Aa
#eb90fd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb90fd on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta43.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eb90fd text on a black background
contrast 9.94:1
Card sample
#eb90fd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb90fd;
Background color
Panel with #eb90fd background
background-color: #eb90fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb90fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb90fd; background: linear-gradient(135deg, #eb90fd, #FD90C6);