#620eee
a balanced, electric violet · warm · closest name: blue
RGB
98, 14, 238
HSL
263°, 89%, 49%
CMYK
59, 94, 0, 7
Luminance
0.0908
Every format
| HEX | #620eee |
| RGB | rgb(98, 14, 238) |
| HSL | hsl(263, 89%, 49%) |
| CMYK | cmyk(59%, 94%, 0%, 7%) |
| LAB | lab(36.1 75.7 -91.7) |
| LCH | lch(36.1 118.9 309.5) |
| OKLCH | oklch(0.485 0.275 286.3) |
Copy-ready code
/* CSS */
color: #620eee;
background-color: #620eee;
/* Tailwind (arbitrary) */
class="text-[#620eee] bg-[#620eee]"
/* SCSS */
$brand: #620eee;
/* SwiftUI */
Color(red: 0.384, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#620eee")Accessibility — WCAG contrast
Aa
#620eee on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620eee on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green5.5%
Blue93.3%
CMYK percentages
Cyan58.8%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#620eee text on a black background
contrast 2.82:1
Card sample
#620eee text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620eee;
Background color
Panel with #620eee background
background-color: #620eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620eee; background: linear-gradient(135deg, #620eee, #EE0EE5);