#7017eb
a balanced, electric violet · warm · closest name: blue
RGB
112, 23, 235
HSL
265°, 84%, 51%
CMYK
52, 90, 0, 8
Luminance
0.1006
Every format
| HEX | #7017eb |
| RGB | rgb(112, 23, 235) |
| HSL | hsl(265, 84%, 51%) |
| CMYK | cmyk(52%, 90%, 0%, 8%) |
| LAB | lab(37.9 74.4 -87.0) |
| LCH | lch(37.9 114.5 310.5) |
| OKLCH | oklch(0.500 0.269 291.4) |
Copy-ready code
/* CSS */
color: #7017eb;
background-color: #7017eb;
/* Tailwind (arbitrary) */
class="text-[#7017eb] bg-[#7017eb]"
/* SCSS */
$brand: #7017eb;
/* SwiftUI */
Color(red: 0.439, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#7017eb")Accessibility — WCAG contrast
Aa
#7017eb on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7017eb on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green9.0%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7017eb text on a black background
contrast 3.01:1
Card sample
#7017eb text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7017eb;
Background color
Panel with #7017eb background
background-color: #7017eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7017eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7017eb; background: linear-gradient(135deg, #7017eb, #EB17D9);