#952cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
149, 44, 223
HSL
275°, 74%, 52%
CMYK
33, 80, 0, 13
Luminance
0.1352
Every format
| HEX | #952cdf |
| RGB | rgb(149, 44, 223) |
| HSL | hsl(275, 74%, 52%) |
| CMYK | cmyk(33%, 80%, 0%, 13%) |
| LAB | lab(43.5 70.5 -70.8) |
| LCH | lch(43.5 99.9 314.9) |
| OKLCH | oklch(0.545 0.249 305.9) |
Copy-ready code
/* CSS */
color: #952cdf;
background-color: #952cdf;
/* Tailwind (arbitrary) */
class="text-[#952cdf] bg-[#952cdf]"
/* SCSS */
$brand: #952cdf;
/* SwiftUI */
Color(red: 0.584, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#952cdf")Accessibility — WCAG contrast
Aa
#952cdf on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#952cdf on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green17.3%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#952cdf text on a black background
contrast 3.70:1
Card sample
#952cdf text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952cdf;
Background color
Panel with #952cdf background
background-color: #952cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952cdf; background: linear-gradient(135deg, #952cdf, #DF2CB2);