#950dbf
a dark, electric violet · warm · closest name: indigo
RGB
149, 13, 191
HSL
286°, 87%, 40%
CMYK
22, 93, 0, 25
Luminance
0.1044
Every format
| HEX | #950dbf |
| RGB | rgb(149, 13, 191) |
| HSL | hsl(286, 87%, 40%) |
| CMYK | cmyk(22%, 93%, 0%, 25%) |
| LAB | lab(38.6 71.3 -60.3) |
| LCH | lch(38.6 93.3 319.8) |
| OKLCH | oklch(0.504 0.242 315.1) |
Copy-ready code
/* CSS */
color: #950dbf;
background-color: #950dbf;
/* Tailwind (arbitrary) */
class="text-[#950dbf] bg-[#950dbf]"
/* SCSS */
$brand: #950dbf;
/* SwiftUI */
Color(red: 0.584, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#950dbf")Accessibility — WCAG contrast
Aa
#950dbf on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950dbf on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.1%
Blue74.9%
CMYK percentages
Cyan22.0%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#950dbf text on a black background
contrast 3.09:1
Card sample
#950dbf text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950dbf;
Background color
Panel with #950dbf background
background-color: #950dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950dbf; background: linear-gradient(135deg, #950dbf, #BF0D72);