#612b97
a dark, vivid violet · warm · closest name: indigo
RGB
97, 43, 151
HSL
270°, 56%, 38%
CMYK
36, 72, 0, 41
Luminance
0.0650
Every format
| HEX | #612b97 |
| RGB | rgb(97, 43, 151) |
| HSL | hsl(270, 56%, 38%) |
| CMYK | cmyk(36%, 72%, 0%, 41%) |
| LAB | lab(30.6 45.4 -49.6) |
| LCH | lch(30.6 67.2 312.4) |
| OKLCH | oklch(0.422 0.168 302.6) |
Copy-ready code
/* CSS */
color: #612b97;
background-color: #612b97;
/* Tailwind (arbitrary) */
class="text-[#612b97] bg-[#612b97]"
/* SCSS */
$brand: #612b97;
/* SwiftUI */
Color(red: 0.380, green: 0.169, blue: 0.592)
/* Android */
Color.parseColor("#612b97")Accessibility — WCAG contrast
Aa
#612b97 on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#612b97 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green16.9%
Blue59.2%
CMYK percentages
Cyan35.8%
Magenta71.5%
Yellow0.0%
Key (black)40.8%
Color previews
#612b97 text on a black background
contrast 2.30:1
Card sample
#612b97 text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #612b97;
Background color
Panel with #612b97 background
background-color: #612b97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #612b97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 43, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 43, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #612b97; background: linear-gradient(135deg, #612b97, #972B85);