#952dfd
a balanced, electric violet · warm · closest name: blue
RGB
149, 45, 253
HSL
270°, 98%, 58%
CMYK
41, 82, 0, 1
Luminance
0.1536
Every format
| HEX | #952dfd |
| RGB | rgb(149, 45, 253) |
| HSL | hsl(270, 98%, 58%) |
| CMYK | cmyk(41%, 82%, 0%, 1%) |
| LAB | lab(46.1 76.6 -83.5) |
| LCH | lch(46.1 113.3 312.5) |
| OKLCH | oklch(0.571 0.275 299.7) |
Copy-ready code
/* CSS */
color: #952dfd;
background-color: #952dfd;
/* Tailwind (arbitrary) */
class="text-[#952dfd] bg-[#952dfd]"
/* SCSS */
$brand: #952dfd;
/* SwiftUI */
Color(red: 0.584, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#952dfd")Accessibility — WCAG contrast
Aa
#952dfd on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#952dfd on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green17.6%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#952dfd text on a black background
contrast 4.07:1
Card sample
#952dfd text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952dfd;
Background color
Panel with #952dfd background
background-color: #952dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952dfd; background: linear-gradient(135deg, #952dfd, #FD2DDA);