#6014df
a balanced, electric violet · warm · closest name: blue
RGB
96, 20, 223
HSL
263°, 84%, 48%
CMYK
57, 91, 0, 13
Luminance
0.0831
Every format
| HEX | #6014df |
| RGB | rgb(96, 20, 223) |
| HSL | hsl(263, 84%, 48%) |
| CMYK | cmyk(57%, 91%, 0%, 13%) |
| LAB | lab(34.6 71.0 -85.7) |
| LCH | lch(34.6 111.3 309.6) |
| OKLCH | oklch(0.470 0.259 287.7) |
Copy-ready code
/* CSS */
color: #6014df;
background-color: #6014df;
/* Tailwind (arbitrary) */
class="text-[#6014df] bg-[#6014df]"
/* SCSS */
$brand: #6014df;
/* SwiftUI */
Color(red: 0.376, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#6014df")Accessibility — WCAG contrast
Aa
#6014df on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6014df on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green7.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6014df text on a black background
contrast 2.66:1
Card sample
#6014df text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6014df;
Background color
Panel with #6014df background
background-color: #6014df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6014df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6014df; background: linear-gradient(135deg, #6014df, #DF14D6);