#7f06ac
a dark, electric violet · warm · closest name: indigo
RGB
127, 6, 172
HSL
284°, 93%, 35%
CMYK
26, 97, 0, 33
Luminance
0.0762
Every format
| HEX | #7f06ac |
| RGB | rgb(127, 6, 172) |
| HSL | hsl(284, 93%, 35%) |
| CMYK | cmyk(26%, 97%, 0%, 33%) |
| LAB | lab(33.2 65.6 -58.0) |
| LCH | lch(33.2 87.6 318.5) |
| OKLCH | oklch(0.454 0.223 312.5) |
Copy-ready code
/* CSS */
color: #7f06ac;
background-color: #7f06ac;
/* Tailwind (arbitrary) */
class="text-[#7f06ac] bg-[#7f06ac]"
/* SCSS */
$brand: #7f06ac;
/* SwiftUI */
Color(red: 0.498, green: 0.024, blue: 0.675)
/* Android */
Color.parseColor("#7f06ac")Accessibility — WCAG contrast
Aa
#7f06ac on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f06ac on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green2.4%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta96.5%
Yellow0.0%
Key (black)32.5%
Color previews
#7f06ac text on a black background
contrast 2.52:1
Card sample
#7f06ac text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f06ac;
Background color
Panel with #7f06ac background
background-color: #7f06ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f06ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 6, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 6, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f06ac; background: linear-gradient(135deg, #7f06ac, #AC066A);