#602ace
a balanced, vivid violet · warm · closest name: indigo
RGB
96, 42, 206
HSL
260°, 66%, 49%
CMYK
53, 80, 0, 19
Luminance
0.0860
Every format
| HEX | #602ace |
| RGB | rgb(96, 42, 206) |
| HSL | hsl(260, 66%, 49%) |
| CMYK | cmyk(53%, 80%, 0%, 19%) |
| LAB | lab(35.2 59.9 -74.9) |
| LCH | lch(35.2 95.9 308.6) |
| OKLCH | oklch(0.469 0.228 289.3) |
Copy-ready code
/* CSS */
color: #602ace;
background-color: #602ace;
/* Tailwind (arbitrary) */
class="text-[#602ace] bg-[#602ace]"
/* SCSS */
$brand: #602ace;
/* SwiftUI */
Color(red: 0.376, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#602ace")Accessibility — WCAG contrast
Aa
#602ace on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602ace on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green16.5%
Blue80.8%
CMYK percentages
Cyan53.4%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#602ace text on a black background
contrast 2.72:1
Card sample
#602ace text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602ace;
Background color
Panel with #602ace background
background-color: #602ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602ace; background: linear-gradient(135deg, #602ace, #CD2ACE);