#7014fd
a balanced, electric violet · warm · closest name: blue
RGB
112, 20, 253
HSL
264°, 98%, 54%
CMYK
56, 92, 0, 1
Luminance
0.1104
Every format
| HEX | #7014fd |
| RGB | rgb(112, 20, 253) |
| HSL | hsl(264, 98%, 54%) |
| CMYK | cmyk(56%, 92%, 0%, 1%) |
| LAB | lab(39.6 79.1 -94.3) |
| LCH | lch(39.6 123.1 310.0) |
| OKLCH | oklch(0.517 0.286 288.6) |
Copy-ready code
/* CSS */
color: #7014fd;
background-color: #7014fd;
/* Tailwind (arbitrary) */
class="text-[#7014fd] bg-[#7014fd]"
/* SCSS */
$brand: #7014fd;
/* SwiftUI */
Color(red: 0.439, green: 0.078, blue: 0.992)
/* Android */
Color.parseColor("#7014fd")Accessibility — WCAG contrast
Aa
#7014fd on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7014fd on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green7.8%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta92.1%
Yellow0.0%
Key (black)0.8%
Color previews
#7014fd text on a black background
contrast 3.21:1
Card sample
#7014fd text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7014fd;
Background color
Panel with #7014fd background
background-color: #7014fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7014fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 20, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 20, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7014fd; background: linear-gradient(135deg, #7014fd, #FD14EF);