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