#883333
a dark, vivid red · warm · closest name: sienna
RGB
136, 51, 51
HSL
0°, 46%, 37%
CMYK
0, 63, 63, 47
Luminance
0.0784
Every format
| HEX | #883333 |
| RGB | rgb(136, 51, 51) |
| HSL | hsl(0, 46%, 37%) |
| CMYK | cmyk(0%, 63%, 63%, 47%) |
| LAB | lab(33.6 36.4 19.0) |
| LCH | lch(33.6 41.0 27.6) |
| OKLCH | oklch(0.442 0.117 23.1) |
Copy-ready code
/* CSS */
color: #883333;
background-color: #883333;
/* Tailwind (arbitrary) */
class="text-[#883333] bg-[#883333]"
/* SCSS */
$brand: #883333;
/* SwiftUI */
Color(red: 0.533, green: 0.200, blue: 0.200)
/* Android */
Color.parseColor("#883333")Accessibility — WCAG contrast
Aa
#883333 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883333 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow62.5%
Key (black)46.7%
Color previews
#883333 text on a black background
contrast 2.57:1
Card sample
#883333 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883333;
Background color
Panel with #883333 background
background-color: #883333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 51, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 51, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883333; background: linear-gradient(135deg, #883333, #886C33);