#620ade
a balanced, electric violet · warm · closest name: blue
RGB
98, 10, 222
HSL
265°, 91%, 46%
CMYK
56, 96, 0, 13
Luminance
0.0809
Every format
| HEX | #620ade |
| RGB | rgb(98, 10, 222) |
| HSL | hsl(265, 91%, 46%) |
| CMYK | cmyk(56%, 96%, 0%, 13%) |
| LAB | lab(34.2 72.6 -85.9) |
| LCH | lch(34.2 112.5 310.2) |
| OKLCH | oklch(0.467 0.261 289.0) |
Copy-ready code
/* CSS */
color: #620ade;
background-color: #620ade;
/* Tailwind (arbitrary) */
class="text-[#620ade] bg-[#620ade]"
/* SCSS */
$brand: #620ade;
/* SwiftUI */
Color(red: 0.384, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#620ade")Accessibility — WCAG contrast
Aa
#620ade on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620ade on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.9%
Blue87.1%
CMYK percentages
Cyan55.9%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#620ade text on a black background
contrast 2.62:1
Card sample
#620ade text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620ade;
Background color
Panel with #620ade background
background-color: #620ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620ade; background: linear-gradient(135deg, #620ade, #DE0ACD);