#6022cc
a balanced, vivid violet · warm · closest name: navy
RGB
96, 34, 204
HSL
262°, 71%, 47%
CMYK
53, 83, 0, 20
Luminance
0.0799
Every format
| HEX | #6022cc |
| RGB | rgb(96, 34, 204) |
| HSL | hsl(262, 71%, 47%) |
| CMYK | cmyk(53%, 83%, 0%, 20%) |
| LAB | lab(34.0 62.4 -75.8) |
| LCH | lch(34.0 98.2 309.5) |
| OKLCH | oklch(0.460 0.233 290.3) |
Copy-ready code
/* CSS */
color: #6022cc;
background-color: #6022cc;
/* Tailwind (arbitrary) */
class="text-[#6022cc] bg-[#6022cc]"
/* SCSS */
$brand: #6022cc;
/* SwiftUI */
Color(red: 0.376, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#6022cc")Accessibility — WCAG contrast
Aa
#6022cc on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6022cc on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green13.3%
Blue80.0%
CMYK percentages
Cyan52.9%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#6022cc text on a black background
contrast 2.60:1
Card sample
#6022cc text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6022cc;
Background color
Panel with #6022cc background
background-color: #6022cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6022cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6022cc; background: linear-gradient(135deg, #6022cc, #CC22C7);