#7c2fdc
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 47, 220
HSL
267°, 71%, 52%
CMYK
44, 79, 0, 14
Luminance
0.1149
Every format
| HEX | #7c2fdc |
| RGB | rgb(124, 47, 220) |
| HSL | hsl(267, 71%, 52%) |
| CMYK | cmyk(44%, 79%, 0%, 14%) |
| LAB | lab(40.4 65.1 -74.4) |
| LCH | lch(40.4 98.8 311.2) |
| OKLCH | oklch(0.516 0.239 297.2) |
Copy-ready code
/* CSS */
color: #7c2fdc;
background-color: #7c2fdc;
/* Tailwind (arbitrary) */
class="text-[#7c2fdc] bg-[#7c2fdc]"
/* SCSS */
$brand: #7c2fdc;
/* SwiftUI */
Color(red: 0.486, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#7c2fdc")Accessibility — WCAG contrast
Aa
#7c2fdc on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c2fdc on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green18.4%
Blue86.3%
CMYK percentages
Cyan43.6%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#7c2fdc text on a black background
contrast 3.30:1
Card sample
#7c2fdc text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2fdc;
Background color
Panel with #7c2fdc background
background-color: #7c2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2fdc; background: linear-gradient(135deg, #7c2fdc, #DC2FC9);