#887b36
a dark, soft yellow · cool · closest name: olive
RGB
136, 123, 54
HSL
51°, 43%, 37%
CMYK
0, 10, 60, 47
Luminance
0.1967
Every format
| HEX | #887b36 |
| RGB | rgb(136, 123, 54) |
| HSL | hsl(51, 43%, 37%) |
| CMYK | cmyk(0%, 10%, 60%, 47%) |
| LAB | lab(51.5 -4.2 38.8) |
| LCH | lch(51.5 39.0 96.1) |
| OKLCH | oklch(0.580 0.091 98.8) |
Copy-ready code
/* CSS */
color: #887b36;
background-color: #887b36;
/* Tailwind (arbitrary) */
class="text-[#887b36] bg-[#887b36]"
/* SCSS */
$brand: #887b36;
/* SwiftUI */
Color(red: 0.533, green: 0.482, blue: 0.212)
/* Android */
Color.parseColor("#887b36")Accessibility — WCAG contrast
Aa
#887b36 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887b36 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green48.2%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow60.3%
Key (black)46.7%
Color previews
#887b36 text on a black background
contrast 4.93:1
Card sample
#887b36 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887b36;
Background color
Panel with #887b36 background
background-color: #887b36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887b36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 123, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 123, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887b36; background: linear-gradient(135deg, #887b36, #5E8836);