#6014eb
a balanced, electric violet · warm · closest name: blue
RGB
96, 20, 235
HSL
261°, 84%, 50%
CMYK
59, 92, 0, 8
Luminance
0.0899
Every format
| HEX | #6014eb |
| RGB | rgb(96, 20, 235) |
| HSL | hsl(261, 84%, 50%) |
| CMYK | cmyk(59%, 92%, 0%, 8%) |
| LAB | lab(36.0 73.8 -90.3) |
| LCH | lch(36.0 116.6 309.2) |
| OKLCH | oklch(0.483 0.270 285.8) |
Copy-ready code
/* CSS */
color: #6014eb;
background-color: #6014eb;
/* Tailwind (arbitrary) */
class="text-[#6014eb] bg-[#6014eb]"
/* SCSS */
$brand: #6014eb;
/* SwiftUI */
Color(red: 0.376, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#6014eb")Accessibility — WCAG contrast
Aa
#6014eb on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6014eb on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green7.8%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#6014eb text on a black background
contrast 2.80:1
Card sample
#6014eb text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6014eb;
Background color
Panel with #6014eb background
background-color: #6014eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6014eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6014eb; background: linear-gradient(135deg, #6014eb, #EB14E7);