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