#950fcf
a dark, electric violet · warm · closest name: magenta
RGB
149, 15, 207
HSL
282°, 87%, 44%
CMYK
28, 93, 0, 19
Luminance
0.1124
Every format
| HEX | #950fcf |
| RGB | rgb(149, 15, 207) |
| HSL | hsl(282, 87%, 44%) |
| CMYK | cmyk(28%, 93%, 0%, 19%) |
| LAB | lab(40.0 74.0 -67.4) |
| LCH | lch(40.0 100.1 317.7) |
| OKLCH | oklch(0.517 0.253 310.9) |
Copy-ready code
/* CSS */
color: #950fcf;
background-color: #950fcf;
/* Tailwind (arbitrary) */
class="text-[#950fcf] bg-[#950fcf]"
/* SCSS */
$brand: #950fcf;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#950fcf")Accessibility — WCAG contrast
Aa
#950fcf on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950fcf on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue81.2%
CMYK percentages
Cyan28.0%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#950fcf text on a black background
contrast 3.25:1
Card sample
#950fcf text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950fcf;
Background color
Panel with #950fcf background
background-color: #950fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950fcf; background: linear-gradient(135deg, #950fcf, #CF0F89);