#620fdf
a balanced, electric violet · warm · closest name: blue
RGB
98, 15, 223
HSL
264°, 87%, 47%
CMYK
56, 93, 0, 13
Luminance
0.0827
Every format
| HEX | #620fdf |
| RGB | rgb(98, 15, 223) |
| HSL | hsl(264, 87%, 47%) |
| CMYK | cmyk(56%, 93%, 0%, 13%) |
| LAB | lab(34.5 72.1 -85.8) |
| LCH | lch(34.5 112.1 310.0) |
| OKLCH | oklch(0.470 0.261 288.7) |
Copy-ready code
/* CSS */
color: #620fdf;
background-color: #620fdf;
/* Tailwind (arbitrary) */
class="text-[#620fdf] bg-[#620fdf]"
/* SCSS */
$brand: #620fdf;
/* SwiftUI */
Color(red: 0.384, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#620fdf")Accessibility — WCAG contrast
Aa
#620fdf on white: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620fdf on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#620fdf text on a black background
contrast 2.65:1
Card sample
#620fdf text on a white background
contrast 7.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620fdf;
Background color
Panel with #620fdf background
background-color: #620fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620fdf; background: linear-gradient(135deg, #620fdf, #DF0FD2);