#995dfd
a light, electric violet · warm · closest name: slateblue
RGB
153, 93, 253
HSL
263°, 98%, 68%
CMYK
40, 63, 0, 1
Luminance
0.2169
Every format
| HEX | #995dfd |
| RGB | rgb(153, 93, 253) |
| HSL | hsl(263, 98%, 68%) |
| CMYK | cmyk(40%, 63%, 0%, 1%) |
| LAB | lab(53.7 57.2 -71.1) |
| LCH | lch(53.7 91.3 308.8) |
| OKLCH | oklch(0.626 0.227 296.5) |
Copy-ready code
/* CSS */
color: #995dfd;
background-color: #995dfd;
/* Tailwind (arbitrary) */
class="text-[#995dfd] bg-[#995dfd]"
/* SCSS */
$brand: #995dfd;
/* SwiftUI */
Color(red: 0.600, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#995dfd")Accessibility — WCAG contrast
Aa
#995dfd on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995dfd on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.5%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#995dfd text on a black background
contrast 5.34:1
Card sample
#995dfd text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995dfd;
Background color
Panel with #995dfd background
background-color: #995dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995dfd; background: linear-gradient(135deg, #995dfd, #FD5DF6);