#910fcf
a dark, electric violet · warm · closest name: indigo
RGB
145, 15, 207
HSL
281°, 87%, 44%
CMYK
30, 93, 0, 19
Luminance
0.1087
Every format
| HEX | #910fcf |
| RGB | rgb(145, 15, 207) |
| HSL | hsl(281, 87%, 44%) |
| CMYK | cmyk(30%, 93%, 0%, 19%) |
| LAB | lab(39.4 73.5 -68.4) |
| LCH | lch(39.4 100.4 317.0) |
| OKLCH | oklch(0.511 0.252 309.5) |
Copy-ready code
/* CSS */
color: #910fcf;
background-color: #910fcf;
/* Tailwind (arbitrary) */
class="text-[#910fcf] bg-[#910fcf]"
/* SCSS */
$brand: #910fcf;
/* SwiftUI */
Color(red: 0.569, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#910fcf")Accessibility — WCAG contrast
Aa
#910fcf on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910fcf on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.9%
Blue81.2%
CMYK percentages
Cyan30.0%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#910fcf text on a black background
contrast 3.17:1
Card sample
#910fcf text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910fcf;
Background color
Panel with #910fcf background
background-color: #910fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910fcf; background: linear-gradient(135deg, #910fcf, #CF0F8D);