#773333
a dark, soft red · warm · closest name: sienna
RGB
119, 51, 51
HSL
0°, 40%, 33%
CMYK
0, 57, 57, 53
Luminance
0.0653
Every format
| HEX | #773333 |
| RGB | rgb(119, 51, 51) |
| HSL | hsl(0, 40%, 33%) |
| CMYK | cmyk(0%, 57%, 57%, 53%) |
| LAB | lab(30.7 29.8 14.6) |
| LCH | lch(30.7 33.2 26.1) |
| OKLCH | oklch(0.414 0.096 22.1) |
Copy-ready code
/* CSS */
color: #773333;
background-color: #773333;
/* Tailwind (arbitrary) */
class="text-[#773333] bg-[#773333]"
/* SCSS */
$brand: #773333;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.200)
/* Android */
Color.parseColor("#773333")Accessibility — WCAG contrast
Aa
#773333 on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773333 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow57.1%
Key (black)53.3%
Color previews
#773333 text on a black background
contrast 2.31:1
Card sample
#773333 text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773333;
Background color
Panel with #773333 background
background-color: #773333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773333; background: linear-gradient(135deg, #773333, #776033);