#911fc6
a dark, vivid violet · warm · closest name: indigo
RGB
145, 31, 198
HSL
281°, 73%, 45%
CMYK
27, 84, 0, 22
Luminance
0.1108
Every format
| HEX | #911fc6 |
| RGB | rgb(145, 31, 198) |
| HSL | hsl(281, 73%, 45%) |
| CMYK | cmyk(27%, 84%, 0%, 22%) |
| LAB | lab(39.7 68.5 -62.6) |
| LCH | lch(39.7 92.8 317.6) |
| OKLCH | oklch(0.512 0.236 311.2) |
Copy-ready code
/* CSS */
color: #911fc6;
background-color: #911fc6;
/* Tailwind (arbitrary) */
class="text-[#911fc6] bg-[#911fc6]"
/* SCSS */
$brand: #911fc6;
/* SwiftUI */
Color(red: 0.569, green: 0.122, blue: 0.776)
/* Android */
Color.parseColor("#911fc6")Accessibility — WCAG contrast
Aa
#911fc6 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911fc6 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green12.2%
Blue77.6%
CMYK percentages
Cyan26.8%
Magenta84.3%
Yellow0.0%
Key (black)22.4%
Color previews
#911fc6 text on a black background
contrast 3.22:1
Card sample
#911fc6 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911fc6;
Background color
Panel with #911fc6 background
background-color: #911fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 31, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 31, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911fc6; background: linear-gradient(135deg, #911fc6, #C61F8C);