#601bdf
a balanced, electric violet · warm · closest name: blue
RGB
96, 27, 223
HSL
261°, 78%, 49%
CMYK
57, 88, 0, 13
Luminance
0.0860
Every format
| HEX | #601bdf |
| RGB | rgb(96, 27, 223) |
| HSL | hsl(261, 78%, 49%) |
| CMYK | cmyk(57%, 88%, 0%, 13%) |
| LAB | lab(35.2 69.3 -84.7) |
| LCH | lch(35.2 109.4 309.3) |
| OKLCH | oklch(0.474 0.256 287.4) |
Copy-ready code
/* CSS */
color: #601bdf;
background-color: #601bdf;
/* Tailwind (arbitrary) */
class="text-[#601bdf] bg-[#601bdf]"
/* SCSS */
$brand: #601bdf;
/* SwiftUI */
Color(red: 0.376, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#601bdf")Accessibility — WCAG contrast
Aa
#601bdf on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601bdf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green10.6%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#601bdf text on a black background
contrast 2.72:1
Card sample
#601bdf text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601bdf;
Background color
Panel with #601bdf background
background-color: #601bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601bdf; background: linear-gradient(135deg, #601bdf, #DF1BDB);