#61097c
a dark, electric violet · warm · closest name: indigo
RGB
97, 9, 124
HSL
286°, 87%, 26%
CMYK
22, 93, 0, 51
Luminance
0.0419
Every format
| HEX | #61097c |
| RGB | rgb(97, 9, 124) |
| HSL | hsl(286, 87%, 26%) |
| CMYK | cmyk(22%, 93%, 0%, 51%) |
| LAB | lab(24.3 51.3 -43.1) |
| LCH | lch(24.3 67.0 320.0) |
| OKLCH | oklch(0.371 0.174 315.6) |
Copy-ready code
/* CSS */
color: #61097c;
background-color: #61097c;
/* Tailwind (arbitrary) */
class="text-[#61097c] bg-[#61097c]"
/* SCSS */
$brand: #61097c;
/* SwiftUI */
Color(red: 0.380, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#61097c")Accessibility — WCAG contrast
Aa
#61097c on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#61097c on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green3.5%
Blue48.6%
CMYK percentages
Cyan21.8%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#61097c text on a black background
contrast 1.84:1
Card sample
#61097c text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61097c;
Background color
Panel with #61097c background
background-color: #61097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61097c; background: linear-gradient(135deg, #61097c, #7C094A);