#610085
a dark, electric violet · warm · closest name: indigo
RGB
97, 0, 133
HSL
284°, 100%, 26%
CMYK
27, 100, 0, 48
Luminance
0.0423
Every format
| HEX | #610085 |
| RGB | rgb(97, 0, 133) |
| HSL | hsl(284, 100%, 26%) |
| CMYK | cmyk(27%, 100%, 0%, 48%) |
| LAB | lab(24.4 55.0 -48.6) |
| LCH | lch(24.4 73.3 318.5) |
| OKLCH | oklch(0.374 0.187 312.4) |
Copy-ready code
/* CSS */
color: #610085;
background-color: #610085;
/* Tailwind (arbitrary) */
class="text-[#610085] bg-[#610085]"
/* SCSS */
$brand: #610085;
/* SwiftUI */
Color(red: 0.380, green: 0.000, blue: 0.522)
/* Android */
Color.parseColor("#610085")Accessibility — WCAG contrast
Aa
#610085 on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#610085 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green0.0%
Blue52.2%
CMYK percentages
Cyan27.1%
Magenta100.0%
Yellow0.0%
Key (black)47.8%
Color previews
#610085 text on a black background
contrast 1.85:1
Card sample
#610085 text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #610085;
Background color
Panel with #610085 background
background-color: #610085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #610085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 0, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 0, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #610085; background: linear-gradient(135deg, #610085, #850050);