#910fba
a dark, electric violet · warm · closest name: indigo
RGB
145, 15, 186
HSL
286°, 85%, 39%
CMYK
22, 92, 0, 27
Luminance
0.0991
Every format
| HEX | #910fba |
| RGB | rgb(145, 15, 186) |
| HSL | hsl(286, 85%, 39%) |
| CMYK | cmyk(22%, 92%, 0%, 27%) |
| LAB | lab(37.7 69.5 -58.9) |
| LCH | lch(37.7 91.1 319.7) |
| OKLCH | oklch(0.495 0.236 315.0) |
Copy-ready code
/* CSS */
color: #910fba;
background-color: #910fba;
/* Tailwind (arbitrary) */
class="text-[#910fba] bg-[#910fba]"
/* SCSS */
$brand: #910fba;
/* SwiftUI */
Color(red: 0.569, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#910fba")Accessibility — WCAG contrast
Aa
#910fba on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910fba on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.9%
Blue72.9%
CMYK percentages
Cyan22.0%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#910fba text on a black background
contrast 2.98:1
Card sample
#910fba text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910fba;
Background color
Panel with #910fba background
background-color: #910fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910fba; background: linear-gradient(135deg, #910fba, #BA0F71);