#620cf6
a balanced, electric violet · warm · closest name: blue
RGB
98, 12, 246
HSL
262°, 93%, 51%
CMYK
60, 95, 0, 4
Luminance
0.0951
Every format
| HEX | #620cf6 |
| RGB | rgb(98, 12, 246) |
| HSL | hsl(262, 93%, 51%) |
| CMYK | cmyk(60%, 95%, 0%, 4%) |
| LAB | lab(37.0 77.8 -94.9) |
| LCH | lch(37.0 122.7 309.3) |
| OKLCH | oklch(0.493 0.283 285.1) |
Copy-ready code
/* CSS */
color: #620cf6;
background-color: #620cf6;
/* Tailwind (arbitrary) */
class="text-[#620cf6] bg-[#620cf6]"
/* SCSS */
$brand: #620cf6;
/* SwiftUI */
Color(red: 0.384, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#620cf6")Accessibility — WCAG contrast
Aa
#620cf6 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620cf6 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green4.7%
Blue96.5%
CMYK percentages
Cyan60.2%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#620cf6 text on a black background
contrast 2.90:1
Card sample
#620cf6 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620cf6;
Background color
Panel with #620cf6 background
background-color: #620cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620cf6; background: linear-gradient(135deg, #620cf6, #F60CEE);