#601df3
a balanced, electric violet · warm · closest name: blue
RGB
96, 29, 243
HSL
259°, 90%, 53%
CMYK
61, 88, 0, 5
Luminance
0.0984
Every format
| HEX | #601df3 |
| RGB | rgb(96, 29, 243) |
| HSL | hsl(259, 90%, 53%) |
| CMYK | cmyk(61%, 88%, 0%, 5%) |
| LAB | lab(37.5 73.5 -92.2) |
| LCH | lch(37.5 118.0 308.6) |
| OKLCH | oklch(0.496 0.274 284.3) |
Copy-ready code
/* CSS */
color: #601df3;
background-color: #601df3;
/* Tailwind (arbitrary) */
class="text-[#601df3] bg-[#601df3]"
/* SCSS */
$brand: #601df3;
/* SwiftUI */
Color(red: 0.376, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#601df3")Accessibility — WCAG contrast
Aa
#601df3 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601df3 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green11.4%
Blue95.3%
CMYK percentages
Cyan60.5%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#601df3 text on a black background
contrast 2.97:1
Card sample
#601df3 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601df3;
Background color
Panel with #601df3 background
background-color: #601df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601df3; background: linear-gradient(135deg, #601df3, #EF1DF3);