#950fd8
a balanced, electric violet · warm · closest name: magenta
RGB
149, 15, 216
HSL
280°, 87%, 45%
CMYK
31, 93, 0, 15
Luminance
0.1169
Every format
| HEX | #950fd8 |
| RGB | rgb(149, 15, 216) |
| HSL | hsl(280, 87%, 45%) |
| CMYK | cmyk(31%, 93%, 0%, 15%) |
| LAB | lab(40.7 75.7 -71.4) |
| LCH | lch(40.7 104.0 316.7) |
| OKLCH | oklch(0.524 0.260 308.7) |
Copy-ready code
/* CSS */
color: #950fd8;
background-color: #950fd8;
/* Tailwind (arbitrary) */
class="text-[#950fd8] bg-[#950fd8]"
/* SCSS */
$brand: #950fd8;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.847)
/* Android */
Color.parseColor("#950fd8")Accessibility — WCAG contrast
Aa
#950fd8 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fd8 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue84.7%
CMYK percentages
Cyan31.0%
Magenta93.1%
Yellow0.0%
Key (black)15.3%
Color previews
#950fd8 text on a black background
contrast 3.34:1
Card sample
#950fd8 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fd8;
Background color
Panel with #950fd8 background
background-color: #950fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fd8; background: linear-gradient(135deg, #950fd8, #D80F95);