#7c2f49
a dark, vivid magenta / pink · warm · closest name: sienna
RGB
124, 47, 73
HSL
340°, 45%, 34%
CMYK
0, 62, 41, 51
Luminance
0.0680
Every format
| HEX | #7c2f49 |
| RGB | rgb(124, 47, 73) |
| HSL | hsl(340, 45%, 34%) |
| CMYK | cmyk(0%, 62%, 41%, 51%) |
| LAB | lab(31.4 36.1 1.3) |
| LCH | lch(31.4 36.1 2.0) |
| OKLCH | oklch(0.422 0.110 2.0) |
Copy-ready code
/* CSS */
color: #7c2f49;
background-color: #7c2f49;
/* Tailwind (arbitrary) */
class="text-[#7c2f49] bg-[#7c2f49]"
/* SCSS */
$brand: #7c2f49;
/* SwiftUI */
Color(red: 0.486, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#7c2f49")Accessibility — WCAG contrast
Aa
#7c2f49 on white: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2f49 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow41.1%
Key (black)51.4%
Color previews
#7c2f49 text on a black background
contrast 2.36:1
Card sample
#7c2f49 text on a white background
contrast 8.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2f49;
Background color
Panel with #7c2f49 background
background-color: #7c2f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2f49; background: linear-gradient(135deg, #7c2f49, #7C482F);