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