#610fac
a dark, electric violet · warm · closest name: indigo
RGB
97, 15, 172
HSL
271°, 84%, 37%
CMYK
44, 91, 0, 33
Luminance
0.0586
Every format
| HEX | #610fac |
| RGB | rgb(97, 15, 172) |
| HSL | hsl(271, 84%, 37%) |
| CMYK | cmyk(44%, 91%, 0%, 33%) |
| LAB | lab(29.1 60.4 -64.9) |
| LCH | lch(29.1 88.7 312.9) |
| OKLCH | oklch(0.417 0.213 299.3) |
Copy-ready code
/* CSS */
color: #610fac;
background-color: #610fac;
/* Tailwind (arbitrary) */
class="text-[#610fac] bg-[#610fac]"
/* SCSS */
$brand: #610fac;
/* SwiftUI */
Color(red: 0.380, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#610fac")Accessibility — WCAG contrast
Aa
#610fac on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#610fac on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green5.9%
Blue67.5%
CMYK percentages
Cyan43.6%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#610fac text on a black background
contrast 2.17:1
Card sample
#610fac text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #610fac;
Background color
Panel with #610fac background
background-color: #610fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #610fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #610fac; background: linear-gradient(135deg, #610fac, #AC0F8F);