#eb97fe
a light, electric violet · warm · closest name: violet
RGB
235, 151, 254
HSL
289°, 98%, 79%
CMYK
8, 41, 0, 0
Luminance
0.4695
Every format
| HEX | #eb97fe |
| RGB | rgb(235, 151, 254) |
| HSL | hsl(289, 98%, 79%) |
| CMYK | cmyk(8%, 41%, 0%, 0%) |
| LAB | lab(74.2 47.8 -38.6) |
| LCH | lch(74.2 61.5 321.1) |
| OKLCH | oklch(0.797 0.165 320.0) |
Copy-ready code
/* CSS */
color: #eb97fe;
background-color: #eb97fe;
/* Tailwind (arbitrary) */
class="text-[#eb97fe] bg-[#eb97fe]"
/* SCSS */
$brand: #eb97fe;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.996)
/* Android */
Color.parseColor("#eb97fe")Accessibility — WCAG contrast
Aa
#eb97fe on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97fe on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta40.6%
Yellow0.0%
Key (black)0.4%
Color previews
#eb97fe text on a black background
contrast 10.39:1
Card sample
#eb97fe text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97fe;
Background color
Panel with #eb97fe background
background-color: #eb97fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97fe; background: linear-gradient(135deg, #eb97fe, #FE97CC);