#910fd3
a dark, electric violet · warm · closest name: magenta
RGB
145, 15, 211
HSL
280°, 87%, 44%
CMYK
31, 93, 0, 17
Luminance
0.1106
Every format
| HEX | #910fd3 |
| RGB | rgb(145, 15, 211) |
| HSL | hsl(280, 87%, 44%) |
| CMYK | cmyk(31%, 93%, 0%, 17%) |
| LAB | lab(39.7 74.2 -70.2) |
| LCH | lch(39.7 102.2 316.6) |
| OKLCH | oklch(0.515 0.255 308.5) |
Copy-ready code
/* CSS */
color: #910fd3;
background-color: #910fd3;
/* Tailwind (arbitrary) */
class="text-[#910fd3] bg-[#910fd3]"
/* SCSS */
$brand: #910fd3;
/* SwiftUI */
Color(red: 0.569, green: 0.059, blue: 0.827)
/* Android */
Color.parseColor("#910fd3")Accessibility — WCAG contrast
Aa
#910fd3 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910fd3 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.9%
Blue82.7%
CMYK percentages
Cyan31.3%
Magenta92.9%
Yellow0.0%
Key (black)17.3%
Color previews
#910fd3 text on a black background
contrast 3.21:1
Card sample
#910fd3 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910fd3;
Background color
Panel with #910fd3 background
background-color: #910fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 15, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 15, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910fd3; background: linear-gradient(135deg, #910fd3, #D30F92);