#886933
a dark, vivid orange · warm · closest name: sienna
RGB
136, 105, 51
HSL
38°, 46%, 37%
CMYK
0, 23, 63, 47
Luminance
0.1558
Every format
| HEX | #886933 |
| RGB | rgb(136, 105, 51) |
| HSL | hsl(38, 46%, 37%) |
| CMYK | cmyk(0%, 23%, 63%, 47%) |
| LAB | lab(46.4 5.9 34.6) |
| LCH | lch(46.4 35.1 80.3) |
| OKLCH | oklch(0.540 0.082 79.4) |
Copy-ready code
/* CSS */
color: #886933;
background-color: #886933;
/* Tailwind (arbitrary) */
class="text-[#886933] bg-[#886933]"
/* SCSS */
$brand: #886933;
/* SwiftUI */
Color(red: 0.533, green: 0.412, blue: 0.200)
/* Android */
Color.parseColor("#886933")Accessibility — WCAG contrast
Aa
#886933 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886933 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green41.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow62.5%
Key (black)46.7%
Color previews
#886933 text on a black background
contrast 4.12:1
Card sample
#886933 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886933;
Background color
Panel with #886933 background
background-color: #886933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 105, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 105, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886933; background: linear-gradient(135deg, #886933, #6E8833);