#995afd
a light, electric violet · warm · closest name: slateblue
RGB
153, 90, 253
HSL
263°, 98%, 67%
CMYK
40, 64, 0, 1
Luminance
0.2118
Every format
| HEX | #995afd |
| RGB | rgb(153, 90, 253) |
| HSL | hsl(263, 98%, 67%) |
| CMYK | cmyk(40%, 64%, 0%, 1%) |
| LAB | lab(53.1 58.7 -72.0) |
| LCH | lch(53.1 92.9 309.2) |
| OKLCH | oklch(0.622 0.230 296.9) |
Copy-ready code
/* CSS */
color: #995afd;
background-color: #995afd;
/* Tailwind (arbitrary) */
class="text-[#995afd] bg-[#995afd]"
/* SCSS */
$brand: #995afd;
/* SwiftUI */
Color(red: 0.600, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#995afd")Accessibility — WCAG contrast
Aa
#995afd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995afd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green35.3%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#995afd text on a black background
contrast 5.24:1
Card sample
#995afd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995afd;
Background color
Panel with #995afd background
background-color: #995afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995afd; background: linear-gradient(135deg, #995afd, #FD5AF4);