#620fe2
a balanced, electric violet · warm · closest name: blue
RGB
98, 15, 226
HSL
264°, 88%, 47%
CMYK
57, 93, 0, 11
Luminance
0.0843
Every format
| HEX | #620fe2 |
| RGB | rgb(98, 15, 226) |
| HSL | hsl(264, 88%, 47%) |
| CMYK | cmyk(57%, 93%, 0%, 11%) |
| LAB | lab(34.9 72.8 -87.0) |
| LCH | lch(34.9 113.4 309.9) |
| OKLCH | oklch(0.473 0.264 288.2) |
Copy-ready code
/* CSS */
color: #620fe2;
background-color: #620fe2;
/* Tailwind (arbitrary) */
class="text-[#620fe2] bg-[#620fe2]"
/* SCSS */
$brand: #620fe2;
/* SwiftUI */
Color(red: 0.384, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#620fe2")Accessibility — WCAG contrast
Aa
#620fe2 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620fe2 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.9%
Blue88.6%
CMYK percentages
Cyan56.6%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#620fe2 text on a black background
contrast 2.69:1
Card sample
#620fe2 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620fe2;
Background color
Panel with #620fe2 background
background-color: #620fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620fe2; background: linear-gradient(135deg, #620fe2, #E20FD6);