#7b2e2e
a dark, vivid red · warm · closest name: sienna
RGB
123, 46, 46
HSL
0°, 46%, 33%
CMYK
0, 63, 63, 52
Luminance
0.0636
Every format
| HEX | #7b2e2e |
| RGB | rgb(123, 46, 46) |
| HSL | hsl(0, 46%, 33%) |
| CMYK | cmyk(0%, 63%, 63%, 52%) |
| LAB | lab(30.3 33.5 17.5) |
| LCH | lch(30.3 37.8 27.5) |
| OKLCH | oklch(0.412 0.108 23.1) |
Copy-ready code
/* CSS */
color: #7b2e2e;
background-color: #7b2e2e;
/* Tailwind (arbitrary) */
class="text-[#7b2e2e] bg-[#7b2e2e]"
/* SCSS */
$brand: #7b2e2e;
/* SwiftUI */
Color(red: 0.482, green: 0.180, blue: 0.180)
/* Android */
Color.parseColor("#7b2e2e")Accessibility — WCAG contrast
Aa
#7b2e2e on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b2e2e on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green18.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow62.6%
Key (black)51.8%
Color previews
#7b2e2e text on a black background
contrast 2.27:1
Card sample
#7b2e2e text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2e2e;
Background color
Panel with #7b2e2e background
background-color: #7b2e2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2e2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 46, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 46, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2e2e; background: linear-gradient(135deg, #7b2e2e, #7B612E);