#911fc5
a dark, vivid violet · warm · closest name: indigo
RGB
145, 31, 197
HSL
281°, 73%, 45%
CMYK
26, 84, 0, 23
Luminance
0.1103
Every format
| HEX | #911fc5 |
| RGB | rgb(145, 31, 197) |
| HSL | hsl(281, 73%, 45%) |
| CMYK | cmyk(26%, 84%, 0%, 23%) |
| LAB | lab(39.6 68.3 -62.2) |
| LCH | lch(39.6 92.4 317.7) |
| OKLCH | oklch(0.511 0.235 311.5) |
Copy-ready code
/* CSS */
color: #911fc5;
background-color: #911fc5;
/* Tailwind (arbitrary) */
class="text-[#911fc5] bg-[#911fc5]"
/* SCSS */
$brand: #911fc5;
/* SwiftUI */
Color(red: 0.569, green: 0.122, blue: 0.773)
/* Android */
Color.parseColor("#911fc5")Accessibility — WCAG contrast
Aa
#911fc5 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911fc5 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green12.2%
Blue77.3%
CMYK percentages
Cyan26.4%
Magenta84.3%
Yellow0.0%
Key (black)22.7%
Color previews
#911fc5 text on a black background
contrast 3.21:1
Card sample
#911fc5 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911fc5;
Background color
Panel with #911fc5 background
background-color: #911fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 31, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 31, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911fc5; background: linear-gradient(135deg, #911fc5, #C51F8A);