#620fba
a dark, electric violet · warm · closest name: indigo
RGB
98, 15, 186
HSL
269°, 85%, 39%
CMYK
47, 92, 0, 27
Luminance
0.0648
Every format
| HEX | #620fba |
| RGB | rgb(98, 15, 186) |
| HSL | hsl(269, 85%, 39%) |
| CMYK | cmyk(47%, 92%, 0%, 27%) |
| LAB | lab(30.6 63.6 -70.8) |
| LCH | lch(30.6 95.2 312.0) |
| OKLCH | oklch(0.432 0.226 296.2) |
Copy-ready code
/* CSS */
color: #620fba;
background-color: #620fba;
/* Tailwind (arbitrary) */
class="text-[#620fba] bg-[#620fba]"
/* SCSS */
$brand: #620fba;
/* SwiftUI */
Color(red: 0.384, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#620fba")Accessibility — WCAG contrast
Aa
#620fba on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620fba on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.9%
Blue72.9%
CMYK percentages
Cyan47.3%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#620fba text on a black background
contrast 2.30:1
Card sample
#620fba text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620fba;
Background color
Panel with #620fba background
background-color: #620fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620fba; background: linear-gradient(135deg, #620fba, #BA0FA0);