#7c2abd
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 42, 189
HSL
274°, 64%, 45%
CMYK
34, 78, 0, 26
Luminance
0.0962
Every format
| HEX | #7c2abd |
| RGB | rgb(124, 42, 189) |
| HSL | hsl(274, 64%, 45%) |
| CMYK | cmyk(34%, 78%, 0%, 26%) |
| LAB | lab(37.1 59.8 -61.7) |
| LCH | lch(37.1 85.9 314.1) |
| OKLCH | oklch(0.485 0.214 304.7) |
Copy-ready code
/* CSS */
color: #7c2abd;
background-color: #7c2abd;
/* Tailwind (arbitrary) */
class="text-[#7c2abd] bg-[#7c2abd]"
/* SCSS */
$brand: #7c2abd;
/* SwiftUI */
Color(red: 0.486, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#7c2abd")Accessibility — WCAG contrast
Aa
#7c2abd on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2abd on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green16.5%
Blue74.1%
CMYK percentages
Cyan34.4%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#7c2abd text on a black background
contrast 2.92:1
Card sample
#7c2abd text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2abd;
Background color
Panel with #7c2abd background
background-color: #7c2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2abd; background: linear-gradient(135deg, #7c2abd, #BD2A9C);