#887e21
a dark, vivid yellow · cool · closest name: olive
RGB
136, 126, 33
HSL
54°, 61%, 33%
CMYK
0, 7, 76, 47
Luminance
0.2027
Every format
| HEX | #887e21 |
| RGB | rgb(136, 126, 33) |
| HSL | hsl(54, 61%, 33%) |
| CMYK | cmyk(0%, 7%, 76%, 47%) |
| LAB | lab(52.1 -7.2 48.8) |
| LCH | lch(52.1 49.3 98.3) |
| OKLCH | oklch(0.585 0.110 103.0) |
Copy-ready code
/* CSS */
color: #887e21;
background-color: #887e21;
/* Tailwind (arbitrary) */
class="text-[#887e21] bg-[#887e21]"
/* SCSS */
$brand: #887e21;
/* SwiftUI */
Color(red: 0.533, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#887e21")Accessibility — WCAG contrast
Aa
#887e21 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887e21 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow75.7%
Key (black)46.7%
Color previews
#887e21 text on a black background
contrast 5.05:1
Card sample
#887e21 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887e21;
Background color
Panel with #887e21 background
background-color: #887e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887e21; background: linear-gradient(135deg, #887e21, #4D8821);