#910ad2
a dark, electric violet · warm · closest name: magenta
RGB
145, 10, 210
HSL
281°, 91%, 43%
CMYK
31, 95, 0, 18
Luminance
0.1089
Every format
| HEX | #910ad2 |
| RGB | rgb(145, 10, 210) |
| HSL | hsl(281, 91%, 43%) |
| CMYK | cmyk(31%, 95%, 0%, 18%) |
| LAB | lab(39.4 74.7 -70.1) |
| LCH | lch(39.4 102.4 316.8) |
| OKLCH | oklch(0.512 0.256 308.8) |
Copy-ready code
/* CSS */
color: #910ad2;
background-color: #910ad2;
/* Tailwind (arbitrary) */
class="text-[#910ad2] bg-[#910ad2]"
/* SCSS */
$brand: #910ad2;
/* SwiftUI */
Color(red: 0.569, green: 0.039, blue: 0.824)
/* Android */
Color.parseColor("#910ad2")Accessibility — WCAG contrast
Aa
#910ad2 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910ad2 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green3.9%
Blue82.4%
CMYK percentages
Cyan31.0%
Magenta95.2%
Yellow0.0%
Key (black)17.6%
Color previews
#910ad2 text on a black background
contrast 3.18:1
Card sample
#910ad2 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910ad2;
Background color
Panel with #910ad2 background
background-color: #910ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 10, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 10, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910ad2; background: linear-gradient(135deg, #910ad2, #D20A8E);