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