#7c2c39
a dark, vivid red · warm · closest name: sienna
RGB
124, 44, 57
HSL
350°, 48%, 33%
CMYK
0, 65, 54, 51
Luminance
0.0638
Every format
| HEX | #7c2c39 |
| RGB | rgb(124, 44, 57) |
| HSL | hsl(350, 48%, 33%) |
| CMYK | cmyk(0%, 65%, 54%, 51%) |
| LAB | lab(30.4 35.8 10.4) |
| LCH | lch(30.4 37.3 16.2) |
| OKLCH | oklch(0.414 0.111 13.6) |
Copy-ready code
/* CSS */
color: #7c2c39;
background-color: #7c2c39;
/* Tailwind (arbitrary) */
class="text-[#7c2c39] bg-[#7c2c39]"
/* SCSS */
$brand: #7c2c39;
/* SwiftUI */
Color(red: 0.486, green: 0.173, blue: 0.224)
/* Android */
Color.parseColor("#7c2c39")Accessibility — WCAG contrast
Aa
#7c2c39 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c2c39 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green17.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow54.0%
Key (black)51.4%
Color previews
#7c2c39 text on a black background
contrast 2.28:1
Card sample
#7c2c39 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c2c39;
Background color
Panel with #7c2c39 background
background-color: #7c2c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c2c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 44, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 44, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c2c39; background: linear-gradient(135deg, #7c2c39, #7C542C);