#7b16cf
a dark, electric violet · warm · closest name: indigo
RGB
123, 22, 207
HSL
273°, 81%, 45%
CMYK
41, 89, 0, 19
Luminance
0.0929
Every format
| HEX | #7b16cf |
| RGB | rgb(123, 22, 207) |
| HSL | hsl(273, 81%, 45%) |
| CMYK | cmyk(41%, 89%, 0%, 19%) |
| LAB | lab(36.5 69.5 -73.2) |
| LCH | lch(36.5 100.9 313.5) |
| OKLCH | oklch(0.485 0.245 301.2) |
Copy-ready code
/* CSS */
color: #7b16cf;
background-color: #7b16cf;
/* Tailwind (arbitrary) */
class="text-[#7b16cf] bg-[#7b16cf]"
/* SCSS */
$brand: #7b16cf;
/* SwiftUI */
Color(red: 0.482, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#7b16cf")Accessibility — WCAG contrast
Aa
#7b16cf on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b16cf on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green8.6%
Blue81.2%
CMYK percentages
Cyan40.6%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7b16cf text on a black background
contrast 2.86:1
Card sample
#7b16cf text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b16cf;
Background color
Panel with #7b16cf background
background-color: #7b16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b16cf; background: linear-gradient(135deg, #7b16cf, #CF16A8);