#887621
a dark, vivid yellow · cool · closest name: olive
RGB
136, 118, 33
HSL
50°, 61%, 33%
CMYK
0, 13, 76, 47
Luminance
0.1830
Every format
| HEX | #887621 |
| RGB | rgb(136, 118, 33) |
| HSL | hsl(50, 61%, 33%) |
| CMYK | cmyk(0%, 13%, 76%, 47%) |
| LAB | lab(49.9 -2.7 46.6) |
| LCH | lch(49.9 46.7 93.3) |
| OKLCH | oklch(0.567 0.104 96.8) |
Copy-ready code
/* CSS */
color: #887621;
background-color: #887621;
/* Tailwind (arbitrary) */
class="text-[#887621] bg-[#887621]"
/* SCSS */
$brand: #887621;
/* SwiftUI */
Color(red: 0.533, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#887621")Accessibility — WCAG contrast
Aa
#887621 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#887621 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow75.7%
Key (black)46.7%
Color previews
#887621 text on a black background
contrast 4.66:1
Card sample
#887621 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887621;
Background color
Panel with #887621 background
background-color: #887621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887621; background: linear-gradient(135deg, #887621, #558821);