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