#773c3c
a dark, soft red · warm · closest name: sienna
RGB
119, 60, 60
HSL
0°, 33%, 35%
CMYK
0, 50, 50, 53
Luminance
0.0748
Every format
| HEX | #773c3c |
| RGB | rgb(119, 60, 60) |
| HSL | hsl(0, 33%, 35%) |
| CMYK | cmyk(0%, 50%, 50%, 53%) |
| LAB | lab(32.9 25.7 11.8) |
| LCH | lch(32.9 28.2 24.6) |
| OKLCH | oklch(0.431 0.083 21.1) |
Copy-ready code
/* CSS */
color: #773c3c;
background-color: #773c3c;
/* Tailwind (arbitrary) */
class="text-[#773c3c] bg-[#773c3c]"
/* SCSS */
$brand: #773c3c;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.235)
/* Android */
Color.parseColor("#773c3c")Accessibility — WCAG contrast
Aa
#773c3c on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773c3c on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow49.6%
Key (black)53.3%
Color previews
#773c3c text on a black background
contrast 2.50:1
Card sample
#773c3c text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773c3c;
Background color
Panel with #773c3c background
background-color: #773c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773c3c; background: linear-gradient(135deg, #773c3c, #77633C);