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