#7c0fac
a dark, electric violet · warm · closest name: indigo
RGB
124, 15, 172
HSL
282°, 84%, 37%
CMYK
28, 91, 0, 33
Luminance
0.0761
Every format
| HEX | #7c0fac |
| RGB | rgb(124, 15, 172) |
| HSL | hsl(282, 84%, 37%) |
| CMYK | cmyk(28%, 91%, 0%, 33%) |
| LAB | lab(33.1 63.8 -58.1) |
| LCH | lch(33.1 86.3 317.7) |
| OKLCH | oklch(0.453 0.219 311.0) |
Copy-ready code
/* CSS */
color: #7c0fac;
background-color: #7c0fac;
/* Tailwind (arbitrary) */
class="text-[#7c0fac] bg-[#7c0fac]"
/* SCSS */
$brand: #7c0fac;
/* SwiftUI */
Color(red: 0.486, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#7c0fac")Accessibility — WCAG contrast
Aa
#7c0fac on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0fac on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green5.9%
Blue67.5%
CMYK percentages
Cyan27.9%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#7c0fac text on a black background
contrast 2.52:1
Card sample
#7c0fac text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0fac;
Background color
Panel with #7c0fac background
background-color: #7c0fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0fac; background: linear-gradient(135deg, #7c0fac, #AC0F73);