#6b19e6
a balanced, electric violet · warm · closest name: blue
RGB
107, 25, 230
HSL
264°, 80%, 50%
CMYK
54, 89, 0, 10
Luminance
0.0953
Every format
| HEX | #6b19e6 |
| RGB | rgb(107, 25, 230) |
| HSL | hsl(264, 80%, 50%) |
| CMYK | cmyk(54%, 89%, 0%, 10%) |
| LAB | lab(37.0 72.4 -85.7) |
| LCH | lch(37.0 112.2 310.2) |
| OKLCH | oklch(0.491 0.263 290.4) |
Copy-ready code
/* CSS */
color: #6b19e6;
background-color: #6b19e6;
/* Tailwind (arbitrary) */
class="text-[#6b19e6] bg-[#6b19e6]"
/* SCSS */
$brand: #6b19e6;
/* SwiftUI */
Color(red: 0.420, green: 0.098, blue: 0.902)
/* Android */
Color.parseColor("#6b19e6")Accessibility — WCAG contrast
Aa
#6b19e6 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b19e6 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green9.8%
Blue90.2%
CMYK percentages
Cyan53.5%
Magenta89.1%
Yellow0.0%
Key (black)9.8%
Color previews
#6b19e6 text on a black background
contrast 2.91:1
Card sample
#6b19e6 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b19e6;
Background color
Panel with #6b19e6 background
background-color: #6b19e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b19e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 25, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 25, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b19e6; background: linear-gradient(135deg, #6b19e6, #E619D8);