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