#7c2fbc
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 47, 188
HSL
273°, 60%, 46%
CMYK
34, 75, 0, 26
Luminance
0.0995
Every format
| HEX | #7c2fbc |
| RGB | rgb(124, 47, 188) |
| HSL | hsl(273, 60%, 46%) |
| CMYK | cmyk(34%, 75%, 0%, 26%) |
| LAB | lab(37.8 57.6 -60.1) |
| LCH | lch(37.8 83.2 313.8) |
| OKLCH | oklch(0.489 0.208 304.5) |
Copy-ready code
/* CSS */
color: #7c2fbc;
background-color: #7c2fbc;
/* Tailwind (arbitrary) */
class="text-[#7c2fbc] bg-[#7c2fbc]"
/* SCSS */
$brand: #7c2fbc;
/* SwiftUI */
Color(red: 0.486, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#7c2fbc")Accessibility — WCAG contrast
Aa
#7c2fbc on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2fbc on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green18.4%
Blue73.7%
CMYK percentages
Cyan34.0%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#7c2fbc text on a black background
contrast 2.99:1
Card sample
#7c2fbc text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2fbc;
Background color
Panel with #7c2fbc background
background-color: #7c2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2fbc; background: linear-gradient(135deg, #7c2fbc, #BC2F9E);