#962dfe
a balanced, electric violet · warm · closest name: blue
RGB
150, 45, 254
HSL
270°, 99%, 59%
CMYK
41, 82, 0, 0
Luminance
0.1552
Every format
| HEX | #962dfe |
| RGB | rgb(150, 45, 254) |
| HSL | hsl(270, 99%, 59%) |
| CMYK | cmyk(41%, 82%, 0%, 0%) |
| LAB | lab(46.3 77.0 -83.7) |
| LCH | lch(46.3 113.7 312.6) |
| OKLCH | oklch(0.573 0.276 299.8) |
Copy-ready code
/* CSS */
color: #962dfe;
background-color: #962dfe;
/* Tailwind (arbitrary) */
class="text-[#962dfe] bg-[#962dfe]"
/* SCSS */
$brand: #962dfe;
/* SwiftUI */
Color(red: 0.588, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#962dfe")Accessibility — WCAG contrast
Aa
#962dfe on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962dfe on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green17.6%
Blue99.6%
CMYK percentages
Cyan40.9%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#962dfe text on a black background
contrast 4.10:1
Card sample
#962dfe text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962dfe;
Background color
Panel with #962dfe background
background-color: #962dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962dfe; background: linear-gradient(135deg, #962dfe, #FE2DDB);