#eb9ffc
a light, electric violet · warm · closest name: violet
RGB
235, 159, 252
HSL
289°, 94%, 81%
CMYK
7, 37, 0, 1
Luminance
0.4949
Every format
| HEX | #eb9ffc |
| RGB | rgb(235, 159, 252) |
| HSL | hsl(289, 94%, 81%) |
| CMYK | cmyk(7%, 37%, 0%, 1%) |
| LAB | lab(75.8 43.3 -35.1) |
| LCH | lch(75.8 55.7 321.0) |
| OKLCH | oklch(0.808 0.150 320.1) |
Copy-ready code
/* CSS */
color: #eb9ffc;
background-color: #eb9ffc;
/* Tailwind (arbitrary) */
class="text-[#eb9ffc] bg-[#eb9ffc]"
/* SCSS */
$brand: #eb9ffc;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#eb9ffc")Accessibility — WCAG contrast
Aa
#eb9ffc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ffc on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eb9ffc text on a black background
contrast 10.90:1
Card sample
#eb9ffc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ffc;
Background color
Panel with #eb9ffc background
background-color: #eb9ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ffc; background: linear-gradient(135deg, #eb9ffc, #FC9FCF);