#620fd0
a dark, electric violet · warm · closest name: blue
RGB
98, 15, 208
HSL
266°, 87%, 44%
CMYK
53, 93, 0, 18
Luminance
0.0749
Every format
| HEX | #620fd0 |
| RGB | rgb(98, 15, 208) |
| HSL | hsl(266, 87%, 44%) |
| CMYK | cmyk(53%, 93%, 0%, 18%) |
| LAB | lab(32.9 68.7 -79.9) |
| LCH | lch(32.9 105.3 310.7) |
| OKLCH | oklch(0.454 0.247 291.4) |
Copy-ready code
/* CSS */
color: #620fd0;
background-color: #620fd0;
/* Tailwind (arbitrary) */
class="text-[#620fd0] bg-[#620fd0]"
/* SCSS */
$brand: #620fd0;
/* SwiftUI */
Color(red: 0.384, green: 0.059, blue: 0.816)
/* Android */
Color.parseColor("#620fd0")Accessibility — WCAG contrast
Aa
#620fd0 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620fd0 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.9%
Blue81.6%
CMYK percentages
Cyan52.9%
Magenta92.8%
Yellow0.0%
Key (black)18.4%
Color previews
#620fd0 text on a black background
contrast 2.50:1
Card sample
#620fd0 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620fd0;
Background color
Panel with #620fd0 background
background-color: #620fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 15, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 15, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620fd0; background: linear-gradient(135deg, #620fd0, #D00FBD);