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