#995cf1
a light, electric violet · warm · closest name: slateblue
RGB
153, 92, 241
HSL
265°, 84%, 65%
CMYK
37, 62, 0, 6
Luminance
0.2078
Every format
| HEX | #995cf1 |
| RGB | rgb(153, 92, 241) |
| HSL | hsl(265, 84%, 65%) |
| CMYK | cmyk(37%, 62%, 0%, 6%) |
| LAB | lab(52.7 54.7 -66.0) |
| LCH | lch(52.7 85.8 309.6) |
| OKLCH | oklch(0.616 0.214 298.8) |
Copy-ready code
/* CSS */
color: #995cf1;
background-color: #995cf1;
/* Tailwind (arbitrary) */
class="text-[#995cf1] bg-[#995cf1]"
/* SCSS */
$brand: #995cf1;
/* SwiftUI */
Color(red: 0.600, green: 0.361, blue: 0.945)
/* Android */
Color.parseColor("#995cf1")Accessibility — WCAG contrast
Aa
#995cf1 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995cf1 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.1%
Blue94.5%
CMYK percentages
Cyan36.5%
Magenta61.8%
Yellow0.0%
Key (black)5.5%
Color previews
#995cf1 text on a black background
contrast 5.16:1
Card sample
#995cf1 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995cf1;
Background color
Panel with #995cf1 background
background-color: #995cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 92, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 92, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995cf1; background: linear-gradient(135deg, #995cf1, #F15CE6);