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