#7c2fcc
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 47, 204
HSL
269°, 63%, 49%
CMYK
39, 77, 0, 20
Luminance
0.1068
Every format
| HEX | #7c2fcc |
| RGB | rgb(124, 47, 204) |
| HSL | hsl(269, 63%, 49%) |
| CMYK | cmyk(39%, 77%, 0%, 20%) |
| LAB | lab(39.0 61.3 -67.3) |
| LCH | lch(39.0 91.1 312.3) |
| OKLCH | oklch(0.502 0.224 300.6) |
Copy-ready code
/* CSS */
color: #7c2fcc;
background-color: #7c2fcc;
/* Tailwind (arbitrary) */
class="text-[#7c2fcc] bg-[#7c2fcc]"
/* SCSS */
$brand: #7c2fcc;
/* SwiftUI */
Color(red: 0.486, green: 0.184, blue: 0.800)
/* Android */
Color.parseColor("#7c2fcc")Accessibility — WCAG contrast
Aa
#7c2fcc on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c2fcc on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green18.4%
Blue80.0%
CMYK percentages
Cyan39.2%
Magenta77.0%
Yellow0.0%
Key (black)20.0%
Color previews
#7c2fcc text on a black background
contrast 3.14:1
Card sample
#7c2fcc text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2fcc;
Background color
Panel with #7c2fcc background
background-color: #7c2fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 47, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 47, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2fcc; background: linear-gradient(135deg, #7c2fcc, #CC2FB3);