#952fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
149, 47, 210
HSL
278°, 64%, 50%
CMYK
29, 78, 0, 18
Luminance
0.1308
Every format
| HEX | #952fd2 |
| RGB | rgb(149, 47, 210) |
| HSL | hsl(278, 64%, 50%) |
| CMYK | cmyk(29%, 78%, 0%, 18%) |
| LAB | lab(42.9 66.8 -64.4) |
| LCH | lch(42.9 92.8 316.0) |
| OKLCH | oklch(0.538 0.234 308.7) |
Copy-ready code
/* CSS */
color: #952fd2;
background-color: #952fd2;
/* Tailwind (arbitrary) */
class="text-[#952fd2] bg-[#952fd2]"
/* SCSS */
$brand: #952fd2;
/* SwiftUI */
Color(red: 0.584, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#952fd2")Accessibility — WCAG contrast
Aa
#952fd2 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#952fd2 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green18.4%
Blue82.4%
CMYK percentages
Cyan29.0%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#952fd2 text on a black background
contrast 3.62:1
Card sample
#952fd2 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952fd2;
Background color
Panel with #952fd2 background
background-color: #952fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952fd2; background: linear-gradient(135deg, #952fd2, #D22FA2);