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