#611892
a dark, vivid violet · warm · closest name: indigo
RGB
97, 24, 146
HSL
276°, 72%, 33%
CMYK
34, 84, 0, 43
Luminance
0.0527
Every format
| HEX | #611892 |
| RGB | rgb(97, 24, 146) |
| HSL | hsl(276, 72%, 33%) |
| CMYK | cmyk(34%, 84%, 0%, 43%) |
| LAB | lab(27.5 52.0 -51.7) |
| LCH | lch(27.5 73.3 315.2) |
| OKLCH | oklch(0.399 0.183 306.5) |
Copy-ready code
/* CSS */
color: #611892;
background-color: #611892;
/* Tailwind (arbitrary) */
class="text-[#611892] bg-[#611892]"
/* SCSS */
$brand: #611892;
/* SwiftUI */
Color(red: 0.380, green: 0.094, blue: 0.573)
/* Android */
Color.parseColor("#611892")Accessibility — WCAG contrast
Aa
#611892 on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611892 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green9.4%
Blue57.3%
CMYK percentages
Cyan33.6%
Magenta83.6%
Yellow0.0%
Key (black)42.7%
Color previews
#611892 text on a black background
contrast 2.05:1
Card sample
#611892 text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611892;
Background color
Panel with #611892 background
background-color: #611892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 24, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 24, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611892; background: linear-gradient(135deg, #611892, #921872);