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