#7c2c49
a dark, vivid magenta / pink · warm · closest name: sienna
RGB
124, 44, 73
HSL
338°, 48%, 33%
CMYK
0, 65, 41, 51
Luminance
0.0657
Every format
| HEX | #7c2c49 |
| RGB | rgb(124, 44, 73) |
| HSL | hsl(338, 48%, 33%) |
| CMYK | cmyk(0%, 65%, 41%, 51%) |
| LAB | lab(30.8 37.5 0.5) |
| LCH | lch(30.8 37.5 0.7) |
| OKLCH | oklch(0.418 0.115 0.9) |
Copy-ready code
/* CSS */
color: #7c2c49;
background-color: #7c2c49;
/* Tailwind (arbitrary) */
class="text-[#7c2c49] bg-[#7c2c49]"
/* SCSS */
$brand: #7c2c49;
/* SwiftUI */
Color(red: 0.486, green: 0.173, blue: 0.286)
/* Android */
Color.parseColor("#7c2c49")Accessibility — WCAG contrast
Aa
#7c2c49 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2c49 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green17.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow41.1%
Key (black)51.4%
Color previews
#7c2c49 text on a black background
contrast 2.31:1
Card sample
#7c2c49 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2c49;
Background color
Panel with #7c2c49 background
background-color: #7c2c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 44, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 44, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2c49; background: linear-gradient(135deg, #7c2c49, #7C442C);