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