#995dfb
a light, electric violet · warm · closest name: slateblue
RGB
153, 93, 251
HSL
263°, 95%, 68%
CMYK
39, 63, 0, 2
Luminance
0.2157
Every format
| HEX | #995dfb |
| RGB | rgb(153, 93, 251) |
| HSL | hsl(263, 95%, 68%) |
| CMYK | cmyk(39%, 63%, 0%, 2%) |
| LAB | lab(53.6 56.7 -70.2) |
| LCH | lch(53.6 90.3 308.9) |
| OKLCH | oklch(0.624 0.224 296.9) |
Copy-ready code
/* CSS */
color: #995dfb;
background-color: #995dfb;
/* Tailwind (arbitrary) */
class="text-[#995dfb] bg-[#995dfb]"
/* SCSS */
$brand: #995dfb;
/* SwiftUI */
Color(red: 0.600, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#995dfb")Accessibility — WCAG contrast
Aa
#995dfb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995dfb on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.5%
Blue98.4%
CMYK percentages
Cyan39.0%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#995dfb text on a black background
contrast 5.31:1
Card sample
#995dfb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995dfb;
Background color
Panel with #995dfb background
background-color: #995dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995dfb; background: linear-gradient(135deg, #995dfb, #FB5DF4);