#882200
a dark, electric orange · warm · closest name: maroon
RGB
136, 34, 0
HSL
15°, 100%, 27%
CMYK
0, 75, 100, 47
Luminance
0.0638
Every format
| HEX | #882200 |
| RGB | rgb(136, 34, 0) |
| HSL | hsl(15, 100%, 27%) |
| CMYK | cmyk(0%, 75%, 100%, 47%) |
| LAB | lab(30.4 41.8 42.8) |
| LCH | lch(30.4 59.9 45.6) |
| OKLCH | oklch(0.415 0.142 36.0) |
Copy-ready code
/* CSS */
color: #882200;
background-color: #882200;
/* Tailwind (arbitrary) */
class="text-[#882200] bg-[#882200]"
/* SCSS */
$brand: #882200;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#882200")Accessibility — WCAG contrast
Aa
#882200 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#882200 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow100.0%
Key (black)46.7%
Color previews
#882200 text on a black background
contrast 2.28:1
Card sample
#882200 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882200;
Background color
Panel with #882200 background
background-color: #882200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882200; background: linear-gradient(135deg, #882200, #887D00);