#774444
a dark, soft red · warm · closest name: sienna
RGB
119, 68, 68
HSL
0°, 27%, 37%
CMYK
0, 43, 43, 53
Luminance
0.0847
Every format
| HEX | #774444 |
| RGB | rgb(119, 68, 68) |
| HSL | hsl(0, 27%, 37%) |
| CMYK | cmyk(0%, 43%, 43%, 53%) |
| LAB | lab(35.0 21.9 9.5) |
| LCH | lch(35.0 23.9 23.5) |
| OKLCH | oklch(0.448 0.071 20.2) |
Copy-ready code
/* CSS */
color: #774444;
background-color: #774444;
/* Tailwind (arbitrary) */
class="text-[#774444] bg-[#774444]"
/* SCSS */
$brand: #774444;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#774444")Accessibility — WCAG contrast
Aa
#774444 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774444 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow42.9%
Key (black)53.3%
Color previews
#774444 text on a black background
contrast 2.69:1
Card sample
#774444 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774444;
Background color
Panel with #774444 background
background-color: #774444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774444; background: linear-gradient(135deg, #774444, #776644);