#eb9cfb
a light, electric violet · warm · closest name: violet
RGB
235, 156, 251
HSL
290°, 92%, 80%
CMYK
6, 38, 0, 2
Luminance
0.4840
Every format
| HEX | #eb9cfb |
| RGB | rgb(235, 156, 251) |
| HSL | hsl(290, 92%, 80%) |
| CMYK | cmyk(6%, 38%, 0%, 2%) |
| LAB | lab(75.1 44.6 -35.6) |
| LCH | lch(75.1 57.1 321.5) |
| OKLCH | oklch(0.803 0.154 320.7) |
Copy-ready code
/* CSS */
color: #eb9cfb;
background-color: #eb9cfb;
/* Tailwind (arbitrary) */
class="text-[#eb9cfb] bg-[#eb9cfb]"
/* SCSS */
$brand: #eb9cfb;
/* SwiftUI */
Color(red: 0.922, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#eb9cfb")Accessibility — WCAG contrast
Aa
#eb9cfb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9cfb on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.2%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#eb9cfb text on a black background
contrast 10.68:1
Card sample
#eb9cfb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9cfb;
Background color
Panel with #eb9cfb background
background-color: #eb9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9cfb; background: linear-gradient(135deg, #eb9cfb, #FB9CCC);