#7c2cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 44, 223
HSL
267°, 74%, 52%
CMYK
44, 80, 0, 13
Luminance
0.1141
Every format
| HEX | #7c2cdf |
| RGB | rgb(124, 44, 223) |
| HSL | hsl(267, 74%, 52%) |
| CMYK | cmyk(44%, 80%, 0%, 13%) |
| LAB | lab(40.3 66.9 -76.3) |
| LCH | lch(40.3 101.5 311.3) |
| OKLCH | oklch(0.516 0.245 296.8) |
Copy-ready code
/* CSS */
color: #7c2cdf;
background-color: #7c2cdf;
/* Tailwind (arbitrary) */
class="text-[#7c2cdf] bg-[#7c2cdf]"
/* SCSS */
$brand: #7c2cdf;
/* SwiftUI */
Color(red: 0.486, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#7c2cdf")Accessibility — WCAG contrast
Aa
#7c2cdf on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c2cdf on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green17.3%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7c2cdf text on a black background
contrast 3.28:1
Card sample
#7c2cdf text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2cdf;
Background color
Panel with #7c2cdf background
background-color: #7c2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2cdf; background: linear-gradient(135deg, #7c2cdf, #DF2CCB);