#620dbf
a dark, electric violet · warm · closest name: indigo
RGB
98, 13, 191
HSL
269°, 87%, 40%
CMYK
49, 93, 0, 25
Luminance
0.0665
Every format
| HEX | #620dbf |
| RGB | rgb(98, 13, 191) |
| HSL | hsl(269, 87%, 40%) |
| CMYK | cmyk(49%, 93%, 0%, 25%) |
| LAB | lab(31.0 65.1 -73.1) |
| LCH | lch(31.0 97.9 311.7) |
| OKLCH | oklch(0.436 0.232 295.1) |
Copy-ready code
/* CSS */
color: #620dbf;
background-color: #620dbf;
/* Tailwind (arbitrary) */
class="text-[#620dbf] bg-[#620dbf]"
/* SCSS */
$brand: #620dbf;
/* SwiftUI */
Color(red: 0.384, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#620dbf")Accessibility — WCAG contrast
Aa
#620dbf on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620dbf on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.1%
Blue74.9%
CMYK percentages
Cyan48.7%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#620dbf text on a black background
contrast 2.33:1
Card sample
#620dbf text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620dbf;
Background color
Panel with #620dbf background
background-color: #620dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620dbf; background: linear-gradient(135deg, #620dbf, #BF0DA5);