#620a7f
a dark, electric violet · warm · closest name: indigo
RGB
98, 10, 127
HSL
285°, 85%, 27%
CMYK
23, 92, 0, 50
Luminance
0.0435
Every format
| HEX | #620a7f |
| RGB | rgb(98, 10, 127) |
| HSL | hsl(285, 85%, 27%) |
| CMYK | cmyk(23%, 92%, 0%, 50%) |
| LAB | lab(24.8 51.9 -44.2) |
| LCH | lch(24.8 68.2 319.6) |
| OKLCH | oklch(0.375 0.176 314.8) |
Copy-ready code
/* CSS */
color: #620a7f;
background-color: #620a7f;
/* Tailwind (arbitrary) */
class="text-[#620a7f] bg-[#620a7f]"
/* SCSS */
$brand: #620a7f;
/* SwiftUI */
Color(red: 0.384, green: 0.039, blue: 0.498)
/* Android */
Color.parseColor("#620a7f")Accessibility — WCAG contrast
Aa
#620a7f on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620a7f on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.9%
Blue49.8%
CMYK percentages
Cyan22.8%
Magenta92.1%
Yellow0.0%
Key (black)50.2%
Color previews
#620a7f text on a black background
contrast 1.87:1
Card sample
#620a7f text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620a7f;
Background color
Panel with #620a7f background
background-color: #620a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 10, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 10, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620a7f; background: linear-gradient(135deg, #620a7f, #7F0A4E);