#962fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
150, 47, 223
HSL
275°, 73%, 53%
CMYK
33, 79, 0, 13
Luminance
0.1384
Every format
| HEX | #962fdf |
| RGB | rgb(150, 47, 223) |
| HSL | hsl(275, 73%, 53%) |
| CMYK | cmyk(33%, 79%, 0%, 13%) |
| LAB | lab(44.0 69.7 -70.0) |
| LCH | lch(44.0 98.8 314.9) |
| OKLCH | oklch(0.549 0.246 306.0) |
Copy-ready code
/* CSS */
color: #962fdf;
background-color: #962fdf;
/* Tailwind (arbitrary) */
class="text-[#962fdf] bg-[#962fdf]"
/* SCSS */
$brand: #962fdf;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#962fdf")Accessibility — WCAG contrast
Aa
#962fdf on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962fdf on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#962fdf text on a black background
contrast 3.77:1
Card sample
#962fdf text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962fdf;
Background color
Panel with #962fdf background
background-color: #962fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962fdf; background: linear-gradient(135deg, #962fdf, #DF2FB3);