#620ac2
a dark, electric violet · warm · closest name: indigo
RGB
98, 10, 194
HSL
269°, 90%, 40%
CMYK
50, 95, 0, 24
Luminance
0.0671
Every format
| HEX | #620ac2 |
| RGB | rgb(98, 10, 194) |
| HSL | hsl(269, 90%, 40%) |
| CMYK | cmyk(50%, 95%, 0%, 24%) |
| LAB | lab(31.1 66.3 -74.6) |
| LCH | lch(31.1 99.8 311.6) |
| OKLCH | oklch(0.438 0.235 294.5) |
Copy-ready code
/* CSS */
color: #620ac2;
background-color: #620ac2;
/* Tailwind (arbitrary) */
class="text-[#620ac2] bg-[#620ac2]"
/* SCSS */
$brand: #620ac2;
/* SwiftUI */
Color(red: 0.384, green: 0.039, blue: 0.761)
/* Android */
Color.parseColor("#620ac2")Accessibility — WCAG contrast
Aa
#620ac2 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620ac2 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.9%
Blue76.1%
CMYK percentages
Cyan49.5%
Magenta94.8%
Yellow0.0%
Key (black)23.9%
Color previews
#620ac2 text on a black background
contrast 2.34:1
Card sample
#620ac2 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620ac2;
Background color
Panel with #620ac2 background
background-color: #620ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 10, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 10, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620ac2; background: linear-gradient(135deg, #620ac2, #C20AA7);