#7f14ac
a dark, electric violet · warm · closest name: indigo
RGB
127, 20, 172
HSL
282°, 79%, 38%
CMYK
26, 88, 0, 33
Luminance
0.0799
Every format
| HEX | #7f14ac |
| RGB | rgb(127, 20, 172) |
| HSL | hsl(282, 79%, 38%) |
| CMYK | cmyk(26%, 88%, 0%, 33%) |
| LAB | lab(34.0 63.3 -56.7) |
| LCH | lch(34.0 85.0 318.1) |
| OKLCH | oklch(0.460 0.217 312.1) |
Copy-ready code
/* CSS */
color: #7f14ac;
background-color: #7f14ac;
/* Tailwind (arbitrary) */
class="text-[#7f14ac] bg-[#7f14ac]"
/* SCSS */
$brand: #7f14ac;
/* SwiftUI */
Color(red: 0.498, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#7f14ac")Accessibility — WCAG contrast
Aa
#7f14ac on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f14ac on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green7.8%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#7f14ac text on a black background
contrast 2.60:1
Card sample
#7f14ac text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f14ac;
Background color
Panel with #7f14ac background
background-color: #7f14ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f14ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f14ac; background: linear-gradient(135deg, #7f14ac, #AC1474);