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