#6019df
a balanced, electric violet · warm · closest name: blue
RGB
96, 25, 223
HSL
262°, 80%, 49%
CMYK
57, 89, 0, 13
Luminance
0.0851
Every format
| HEX | #6019df |
| RGB | rgb(96, 25, 223) |
| HSL | hsl(262, 80%, 49%) |
| CMYK | cmyk(57%, 89%, 0%, 13%) |
| LAB | lab(35.0 69.8 -85.0) |
| LCH | lch(35.0 110.0 309.4) |
| OKLCH | oklch(0.473 0.257 287.5) |
Copy-ready code
/* CSS */
color: #6019df;
background-color: #6019df;
/* Tailwind (arbitrary) */
class="text-[#6019df] bg-[#6019df]"
/* SCSS */
$brand: #6019df;
/* SwiftUI */
Color(red: 0.376, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#6019df")Accessibility — WCAG contrast
Aa
#6019df on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6019df on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green9.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#6019df text on a black background
contrast 2.70:1
Card sample
#6019df text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6019df;
Background color
Panel with #6019df background
background-color: #6019df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6019df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6019df; background: linear-gradient(135deg, #6019df, #DF19DA);