#887733
a dark, vivid yellow · cool · closest name: olive
RGB
136, 119, 51
HSL
48°, 46%, 37%
CMYK
0, 13, 63, 47
Luminance
0.1867
Every format
| HEX | #887733 |
| RGB | rgb(136, 119, 51) |
| HSL | hsl(48, 46%, 37%) |
| CMYK | cmyk(0%, 13%, 63%, 47%) |
| LAB | lab(50.3 -2.1 39.0) |
| LCH | lch(50.3 39.0 93.1) |
| OKLCH | oklch(0.571 0.090 95.3) |
Copy-ready code
/* CSS */
color: #887733;
background-color: #887733;
/* Tailwind (arbitrary) */
class="text-[#887733] bg-[#887733]"
/* SCSS */
$brand: #887733;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.200)
/* Android */
Color.parseColor("#887733")Accessibility — WCAG contrast
Aa
#887733 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887733 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow62.5%
Key (black)46.7%
Color previews
#887733 text on a black background
contrast 4.73:1
Card sample
#887733 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887733;
Background color
Panel with #887733 background
background-color: #887733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887733; background: linear-gradient(135deg, #887733, #608833);