#772829
a dark, vivid red · warm · closest name: sienna
RGB
119, 40, 41
HSL
359°, 50%, 31%
CMYK
0, 66, 66, 53
Luminance
0.0560
Every format
| HEX | #772829 |
| RGB | rgb(119, 40, 41) |
| HSL | hsl(359, 50%, 31%) |
| CMYK | cmyk(0%, 66%, 66%, 53%) |
| LAB | lab(28.4 34.6 18.1) |
| LCH | lch(28.4 39.1 27.6) |
| OKLCH | oklch(0.396 0.111 23.0) |
Copy-ready code
/* CSS */
color: #772829;
background-color: #772829;
/* Tailwind (arbitrary) */
class="text-[#772829] bg-[#772829]"
/* SCSS */
$brand: #772829;
/* SwiftUI */
Color(red: 0.467, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#772829")Accessibility — WCAG contrast
Aa
#772829 on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772829 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow65.5%
Key (black)53.3%
Color previews
#772829 text on a black background
contrast 2.12:1
Card sample
#772829 text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772829;
Background color
Panel with #772829 background
background-color: #772829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772829; background: linear-gradient(135deg, #772829, #775C28);