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