#eb97fd
a light, electric violet · warm · closest name: violet
RGB
235, 151, 253
HSL
289°, 96%, 79%
CMYK
7, 40, 0, 1
Luminance
0.4689
Every format
| HEX | #eb97fd |
| RGB | rgb(235, 151, 253) |
| HSL | hsl(289, 96%, 79%) |
| CMYK | cmyk(7%, 40%, 0%, 1%) |
| LAB | lab(74.1 47.6 -38.1) |
| LCH | lch(74.1 61.0 321.3) |
| OKLCH | oklch(0.796 0.164 320.4) |
Copy-ready code
/* CSS */
color: #eb97fd;
background-color: #eb97fd;
/* Tailwind (arbitrary) */
class="text-[#eb97fd] bg-[#eb97fd]"
/* SCSS */
$brand: #eb97fd;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#eb97fd")Accessibility — WCAG contrast
Aa
#eb97fd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97fd on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eb97fd text on a black background
contrast 10.38:1
Card sample
#eb97fd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97fd;
Background color
Panel with #eb97fd background
background-color: #eb97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97fd; background: linear-gradient(135deg, #eb97fd, #FD97CB);