#601ace
a balanced, electric violet · warm · closest name: navy
RGB
96, 26, 206
HSL
263°, 78%, 46%
CMYK
53, 87, 0, 19
Luminance
0.0768
Every format
| HEX | #601ace |
| RGB | rgb(96, 26, 206) |
| HSL | hsl(263, 78%, 46%) |
| CMYK | cmyk(53%, 87%, 0%, 19%) |
| LAB | lab(33.3 65.4 -78.0) |
| LCH | lch(33.3 101.8 310.0) |
| OKLCH | oklch(0.456 0.240 290.5) |
Copy-ready code
/* CSS */
color: #601ace;
background-color: #601ace;
/* Tailwind (arbitrary) */
class="text-[#601ace] bg-[#601ace]"
/* SCSS */
$brand: #601ace;
/* SwiftUI */
Color(red: 0.376, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#601ace")Accessibility — WCAG contrast
Aa
#601ace on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601ace on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green10.2%
Blue80.8%
CMYK percentages
Cyan53.4%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#601ace text on a black background
contrast 2.54:1
Card sample
#601ace text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601ace;
Background color
Panel with #601ace background
background-color: #601ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601ace; background: linear-gradient(135deg, #601ace, #CE1AC4);