#910dbf
a dark, electric violet · warm · closest name: indigo
RGB
145, 13, 191
HSL
285°, 87%, 40%
CMYK
24, 93, 0, 25
Luminance
0.1007
Every format
| HEX | #910dbf |
| RGB | rgb(145, 13, 191) |
| HSL | hsl(285, 87%, 40%) |
| CMYK | cmyk(24%, 93%, 0%, 25%) |
| LAB | lab(38.0 70.7 -61.4) |
| LCH | lch(38.0 93.6 319.1) |
| OKLCH | oklch(0.498 0.240 313.7) |
Copy-ready code
/* CSS */
color: #910dbf;
background-color: #910dbf;
/* Tailwind (arbitrary) */
class="text-[#910dbf] bg-[#910dbf]"
/* SCSS */
$brand: #910dbf;
/* SwiftUI */
Color(red: 0.569, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#910dbf")Accessibility — WCAG contrast
Aa
#910dbf on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910dbf on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.1%
Blue74.9%
CMYK percentages
Cyan24.1%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#910dbf text on a black background
contrast 3.01:1
Card sample
#910dbf text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910dbf;
Background color
Panel with #910dbf background
background-color: #910dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910dbf; background: linear-gradient(135deg, #910dbf, #BF0D76);