#620aff
a balanced, electric violet · warm · closest name: blue
RGB
98, 10, 255
HSL
262°, 100%, 52%
CMYK
62, 96, 0, 0
Luminance
0.1003
Every format
| HEX | #620aff |
| RGB | rgb(98, 10, 255) |
| HSL | hsl(262, 100%, 52%) |
| CMYK | cmyk(62%, 96%, 0%, 0%) |
| LAB | lab(37.9 80.1 -98.4) |
| LCH | lch(37.9 126.9 309.2) |
| OKLCH | oklch(0.503 0.292 283.9) |
Copy-ready code
/* CSS */
color: #620aff;
background-color: #620aff;
/* Tailwind (arbitrary) */
class="text-[#620aff] bg-[#620aff]"
/* SCSS */
$brand: #620aff;
/* SwiftUI */
Color(red: 0.384, green: 0.039, blue: 1.000)
/* Android */
Color.parseColor("#620aff")Accessibility — WCAG contrast
Aa
#620aff on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#620aff on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.9%
Blue100.0%
CMYK percentages
Cyan61.6%
Magenta96.1%
Yellow0.0%
Key (black)0.0%
Color previews
#620aff text on a black background
contrast 3.01:1
Card sample
#620aff text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620aff;
Background color
Panel with #620aff background
background-color: #620aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 10, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 10, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620aff; background: linear-gradient(135deg, #620aff, #FF0AF8);