#950cdf
a balanced, electric violet · warm · closest name: magenta
RGB
149, 12, 223
HSL
279°, 90%, 46%
CMYK
33, 95, 0, 13
Luminance
0.1198
Every format
| HEX | #950cdf |
| RGB | rgb(149, 12, 223) |
| HSL | hsl(279, 90%, 46%) |
| CMYK | cmyk(33%, 95%, 0%, 13%) |
| LAB | lab(41.2 77.4 -74.6) |
| LCH | lch(41.2 107.5 316.1) |
| OKLCH | oklch(0.529 0.267 307.1) |
Copy-ready code
/* CSS */
color: #950cdf;
background-color: #950cdf;
/* Tailwind (arbitrary) */
class="text-[#950cdf] bg-[#950cdf]"
/* SCSS */
$brand: #950cdf;
/* SwiftUI */
Color(red: 0.584, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#950cdf")Accessibility — WCAG contrast
Aa
#950cdf on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950cdf on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green4.7%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#950cdf text on a black background
contrast 3.40:1
Card sample
#950cdf text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950cdf;
Background color
Panel with #950cdf background
background-color: #950cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950cdf; background: linear-gradient(135deg, #950cdf, #DF0C9C);