#7916cf
a dark, electric violet · warm · closest name: indigo
RGB
121, 22, 207
HSL
272°, 81%, 45%
CMYK
42, 89, 0, 19
Luminance
0.0914
Every format
| HEX | #7916cf |
| RGB | rgb(121, 22, 207) |
| HSL | hsl(272, 81%, 45%) |
| CMYK | cmyk(42%, 89%, 0%, 19%) |
| LAB | lab(36.3 69.3 -73.7) |
| LCH | lch(36.3 101.1 313.3) |
| OKLCH | oklch(0.483 0.244 300.4) |
Copy-ready code
/* CSS */
color: #7916cf;
background-color: #7916cf;
/* Tailwind (arbitrary) */
class="text-[#7916cf] bg-[#7916cf]"
/* SCSS */
$brand: #7916cf;
/* SwiftUI */
Color(red: 0.475, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#7916cf")Accessibility — WCAG contrast
Aa
#7916cf on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7916cf on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green8.6%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7916cf text on a black background
contrast 2.83:1
Card sample
#7916cf text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7916cf;
Background color
Panel with #7916cf background
background-color: #7916cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7916cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7916cf; background: linear-gradient(135deg, #7916cf, #CF16AA);