#7b14ff
a balanced, electric violet · warm · closest name: blue
RGB
123, 20, 255
HSL
266°, 100%, 54%
CMYK
52, 92, 0, 0
Luminance
0.1193
Every format
| HEX | #7b14ff |
| RGB | rgb(123, 20, 255) |
| HSL | hsl(266, 100%, 54%) |
| CMYK | cmyk(52%, 92%, 0%, 0%) |
| LAB | lab(41.1 80.3 -93.0) |
| LCH | lch(41.1 122.9 310.8) |
| OKLCH | oklch(0.530 0.288 291.9) |
Copy-ready code
/* CSS */
color: #7b14ff;
background-color: #7b14ff;
/* Tailwind (arbitrary) */
class="text-[#7b14ff] bg-[#7b14ff]"
/* SCSS */
$brand: #7b14ff;
/* SwiftUI */
Color(red: 0.482, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#7b14ff")Accessibility — WCAG contrast
Aa
#7b14ff on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b14ff on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green7.8%
Blue100.0%
CMYK percentages
Cyan51.8%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#7b14ff text on a black background
contrast 3.39:1
Card sample
#7b14ff text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b14ff;
Background color
Panel with #7b14ff background
background-color: #7b14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b14ff; background: linear-gradient(135deg, #7b14ff, #FF14E6);