#884433
a dark, vivid red · warm · closest name: sienna
RGB
136, 68, 51
HSL
12°, 46%, 37%
CMYK
0, 50, 63, 47
Luminance
0.0961
Every format
| HEX | #884433 |
| RGB | rgb(136, 68, 51) |
| HSL | hsl(12, 46%, 37%) |
| CMYK | cmyk(0%, 50%, 63%, 47%) |
| LAB | lab(37.1 27.4 23.4) |
| LCH | lch(37.1 36.1 40.5) |
| OKLCH | oklch(0.468 0.097 35.1) |
Copy-ready code
/* CSS */
color: #884433;
background-color: #884433;
/* Tailwind (arbitrary) */
class="text-[#884433] bg-[#884433]"
/* SCSS */
$brand: #884433;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#884433")Accessibility — WCAG contrast
Aa
#884433 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884433 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow62.5%
Key (black)46.7%
Color previews
#884433 text on a black background
contrast 2.92:1
Card sample
#884433 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884433;
Background color
Panel with #884433 background
background-color: #884433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884433; background: linear-gradient(135deg, #884433, #887D33);