#620dfd
a balanced, electric violet · warm · closest name: blue
RGB
98, 13, 253
HSL
261°, 98%, 52%
CMYK
61, 95, 0, 1
Luminance
0.0998
Every format
| HEX | #620dfd |
| RGB | rgb(98, 13, 253) |
| HSL | hsl(261, 98%, 52%) |
| CMYK | cmyk(61%, 95%, 0%, 1%) |
| LAB | lab(37.8 79.3 -97.4) |
| LCH | lch(37.8 125.6 309.1) |
| OKLCH | oklch(0.501 0.289 284.1) |
Copy-ready code
/* CSS */
color: #620dfd;
background-color: #620dfd;
/* Tailwind (arbitrary) */
class="text-[#620dfd] bg-[#620dfd]"
/* SCSS */
$brand: #620dfd;
/* SwiftUI */
Color(red: 0.384, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#620dfd")Accessibility — WCAG contrast
Aa
#620dfd on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620dfd on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.1%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#620dfd text on a black background
contrast 3.00:1
Card sample
#620dfd text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620dfd;
Background color
Panel with #620dfd background
background-color: #620dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620dfd; background: linear-gradient(135deg, #620dfd, #FD0DF8);