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