#7014df
a balanced, electric violet · warm · closest name: blue
RGB
112, 20, 223
HSL
267°, 84%, 48%
CMYK
50, 91, 0, 13
Luminance
0.0927
Every format
| HEX | #7014df |
| RGB | rgb(112, 20, 223) |
| HSL | hsl(267, 84%, 48%) |
| CMYK | cmyk(50%, 91%, 0%, 13%) |
| LAB | lab(36.5 72.3 -82.5) |
| LCH | lch(36.5 109.7 311.2) |
| OKLCH | oklch(0.487 0.259 293.7) |
Copy-ready code
/* CSS */
color: #7014df;
background-color: #7014df;
/* Tailwind (arbitrary) */
class="text-[#7014df] bg-[#7014df]"
/* SCSS */
$brand: #7014df;
/* SwiftUI */
Color(red: 0.439, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#7014df")Accessibility — WCAG contrast
Aa
#7014df on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7014df on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green7.8%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7014df text on a black background
contrast 2.85:1
Card sample
#7014df text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7014df;
Background color
Panel with #7014df background
background-color: #7014df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7014df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7014df; background: linear-gradient(135deg, #7014df, #DF14C6);