#61007d
a deep, electric violet · warm · closest name: indigo
RGB
97, 0, 125
HSL
287°, 100%, 25%
CMYK
22, 100, 0, 51
Luminance
0.0402
Every format
| HEX | #61007d |
| RGB | rgb(97, 0, 125) |
| HSL | hsl(287, 100%, 25%) |
| CMYK | cmyk(22%, 100%, 0%, 51%) |
| LAB | lab(23.8 53.4 -44.6) |
| LCH | lch(23.8 69.6 320.1) |
| OKLCH | oklch(0.367 0.180 315.6) |
Copy-ready code
/* CSS */
color: #61007d;
background-color: #61007d;
/* Tailwind (arbitrary) */
class="text-[#61007d] bg-[#61007d]"
/* SCSS */
$brand: #61007d;
/* SwiftUI */
Color(red: 0.380, green: 0.000, blue: 0.490)
/* Android */
Color.parseColor("#61007d")Accessibility — WCAG contrast
Aa
#61007d on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#61007d on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green0.0%
Blue49.0%
CMYK percentages
Cyan22.4%
Magenta100.0%
Yellow0.0%
Key (black)51.0%
Color previews
#61007d text on a black background
contrast 1.80:1
Card sample
#61007d text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61007d;
Background color
Panel with #61007d background
background-color: #61007d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61007d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 0, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 0, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61007d; background: linear-gradient(135deg, #61007d, #7D0046);