#7c2c64
a dark, vivid magenta / pink · warm · closest name: purple
RGB
124, 44, 100
HSL
318°, 48%, 33%
CMYK
0, 65, 19, 51
Luminance
0.0701
Every format
| HEX | #7c2c64 |
| RGB | rgb(124, 44, 100) |
| HSL | hsl(318, 48%, 33%) |
| CMYK | cmyk(0%, 65%, 19%, 51%) |
| LAB | lab(31.8 41.3 -15.5) |
| LCH | lch(31.8 44.1 339.4) |
| OKLCH | oklch(0.429 0.130 341.3) |
Copy-ready code
/* CSS */
color: #7c2c64;
background-color: #7c2c64;
/* Tailwind (arbitrary) */
class="text-[#7c2c64] bg-[#7c2c64]"
/* SCSS */
$brand: #7c2c64;
/* SwiftUI */
Color(red: 0.486, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#7c2c64")Accessibility — WCAG contrast
Aa
#7c2c64 on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2c64 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green17.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow19.4%
Key (black)51.4%
Color previews
#7c2c64 text on a black background
contrast 2.40:1
Card sample
#7c2c64 text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2c64;
Background color
Panel with #7c2c64 background
background-color: #7c2c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2c64; background: linear-gradient(135deg, #7c2c64, #7C2C2F);