#7014eb
a balanced, electric violet · warm · closest name: blue
RGB
112, 20, 235
HSL
266°, 84%, 50%
CMYK
52, 92, 0, 8
Luminance
0.0994
Every format
| HEX | #7014eb |
| RGB | rgb(112, 20, 235) |
| HSL | hsl(266, 84%, 50%) |
| CMYK | cmyk(52%, 92%, 0%, 8%) |
| LAB | lab(37.7 75.0 -87.3) |
| LCH | lch(37.7 115.1 310.7) |
| OKLCH | oklch(0.499 0.270 291.5) |
Copy-ready code
/* CSS */
color: #7014eb;
background-color: #7014eb;
/* Tailwind (arbitrary) */
class="text-[#7014eb] bg-[#7014eb]"
/* SCSS */
$brand: #7014eb;
/* SwiftUI */
Color(red: 0.439, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#7014eb")Accessibility — WCAG contrast
Aa
#7014eb on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7014eb on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green7.8%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7014eb text on a black background
contrast 2.99:1
Card sample
#7014eb text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7014eb;
Background color
Panel with #7014eb background
background-color: #7014eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7014eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7014eb; background: linear-gradient(135deg, #7014eb, #EB14D7);