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