#911fc3
a dark, vivid violet · warm · closest name: indigo
RGB
145, 31, 195
HSL
282°, 73%, 44%
CMYK
26, 84, 0, 24
Luminance
0.1094
Every format
| HEX | #911fc3 |
| RGB | rgb(145, 31, 195) |
| HSL | hsl(282, 73%, 44%) |
| CMYK | cmyk(26%, 84%, 0%, 24%) |
| LAB | lab(39.5 67.9 -61.3) |
| LCH | lch(39.5 91.5 318.0) |
| OKLCH | oklch(0.509 0.234 312.0) |
Copy-ready code
/* CSS */
color: #911fc3;
background-color: #911fc3;
/* Tailwind (arbitrary) */
class="text-[#911fc3] bg-[#911fc3]"
/* SCSS */
$brand: #911fc3;
/* SwiftUI */
Color(red: 0.569, green: 0.122, blue: 0.765)
/* Android */
Color.parseColor("#911fc3")Accessibility — WCAG contrast
Aa
#911fc3 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911fc3 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green12.2%
Blue76.5%
CMYK percentages
Cyan25.6%
Magenta84.1%
Yellow0.0%
Key (black)23.5%
Color previews
#911fc3 text on a black background
contrast 3.19:1
Card sample
#911fc3 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911fc3;
Background color
Panel with #911fc3 background
background-color: #911fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 31, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 31, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911fc3; background: linear-gradient(135deg, #911fc3, #C31F88);