#7c2ecf
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 46, 207
HSL
269°, 64%, 50%
CMYK
40, 78, 0, 19
Luminance
0.1074
Every format
| HEX | #7c2ecf |
| RGB | rgb(124, 46, 207) |
| HSL | hsl(269, 64%, 50%) |
| CMYK | cmyk(40%, 78%, 0%, 19%) |
| LAB | lab(39.1 62.4 -68.9) |
| LCH | lch(39.1 93.0 312.2) |
| OKLCH | oklch(0.504 0.228 300.0) |
Copy-ready code
/* CSS */
color: #7c2ecf;
background-color: #7c2ecf;
/* Tailwind (arbitrary) */
class="text-[#7c2ecf] bg-[#7c2ecf]"
/* SCSS */
$brand: #7c2ecf;
/* SwiftUI */
Color(red: 0.486, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#7c2ecf")Accessibility — WCAG contrast
Aa
#7c2ecf on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c2ecf on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green18.0%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#7c2ecf text on a black background
contrast 3.15:1
Card sample
#7c2ecf text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2ecf;
Background color
Panel with #7c2ecf background
background-color: #7c2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2ecf; background: linear-gradient(135deg, #7c2ecf, #CF2EB7);