#995df0
a light, electric violet · warm · closest name: slateblue
RGB
153, 93, 240
HSL
265°, 83%, 65%
CMYK
36, 61, 0, 6
Luminance
0.2089
Every format
| HEX | #995df0 |
| RGB | rgb(153, 93, 240) |
| HSL | hsl(265, 83%, 65%) |
| CMYK | cmyk(36%, 61%, 0%, 6%) |
| LAB | lab(52.8 53.9 -65.3) |
| LCH | lch(52.8 84.7 309.6) |
| OKLCH | oklch(0.617 0.212 298.8) |
Copy-ready code
/* CSS */
color: #995df0;
background-color: #995df0;
/* Tailwind (arbitrary) */
class="text-[#995df0] bg-[#995df0]"
/* SCSS */
$brand: #995df0;
/* SwiftUI */
Color(red: 0.600, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#995df0")Accessibility — WCAG contrast
Aa
#995df0 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995df0 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.5%
Blue94.1%
CMYK percentages
Cyan36.3%
Magenta61.2%
Yellow0.0%
Key (black)5.9%
Color previews
#995df0 text on a black background
contrast 5.18:1
Card sample
#995df0 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995df0;
Background color
Panel with #995df0 background
background-color: #995df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995df0; background: linear-gradient(135deg, #995df0, #F05DE5);