#955ffd
a light, electric violet · warm · closest name: slateblue
RGB
149, 95, 253
HSL
261°, 98%, 68%
CMYK
41, 63, 0, 1
Luminance
0.2167
Every format
| HEX | #955ffd |
| RGB | rgb(149, 95, 253) |
| HSL | hsl(261, 98%, 68%) |
| CMYK | cmyk(41%, 63%, 0%, 1%) |
| LAB | lab(53.7 55.4 -71.2) |
| LCH | lch(53.7 90.2 307.9) |
| OKLCH | oklch(0.624 0.224 294.8) |
Copy-ready code
/* CSS */
color: #955ffd;
background-color: #955ffd;
/* Tailwind (arbitrary) */
class="text-[#955ffd] bg-[#955ffd]"
/* SCSS */
$brand: #955ffd;
/* SwiftUI */
Color(red: 0.584, green: 0.373, blue: 0.992)
/* Android */
Color.parseColor("#955ffd")Accessibility — WCAG contrast
Aa
#955ffd on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#955ffd on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green37.3%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta62.5%
Yellow0.0%
Key (black)0.8%
Color previews
#955ffd text on a black background
contrast 5.33:1
Card sample
#955ffd text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955ffd;
Background color
Panel with #955ffd background
background-color: #955ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 95, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 95, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955ffd; background: linear-gradient(135deg, #955ffd, #FD5FFC);