#952afd
a balanced, electric violet · warm · closest name: blue
RGB
149, 42, 253
HSL
270°, 98%, 58%
CMYK
41, 83, 0, 1
Luminance
0.1514
Every format
| HEX | #952afd |
| RGB | rgb(149, 42, 253) |
| HSL | hsl(270, 98%, 58%) |
| CMYK | cmyk(41%, 83%, 0%, 1%) |
| LAB | lab(45.8 77.5 -84.0) |
| LCH | lch(45.8 114.3 312.7) |
| OKLCH | oklch(0.569 0.277 299.8) |
Copy-ready code
/* CSS */
color: #952afd;
background-color: #952afd;
/* Tailwind (arbitrary) */
class="text-[#952afd] bg-[#952afd]"
/* SCSS */
$brand: #952afd;
/* SwiftUI */
Color(red: 0.584, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#952afd")Accessibility — WCAG contrast
Aa
#952afd on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#952afd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green16.5%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#952afd text on a black background
contrast 4.03:1
Card sample
#952afd text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952afd;
Background color
Panel with #952afd background
background-color: #952afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952afd; background: linear-gradient(135deg, #952afd, #FD2AD8);