#887828
a dark, vivid yellow · cool · closest name: olive
RGB
136, 120, 40
HSL
50°, 55%, 35%
CMYK
0, 12, 71, 47
Luminance
0.1882
Every format
| HEX | #887828 |
| RGB | rgb(136, 120, 40) |
| HSL | hsl(50, 55%, 35%) |
| CMYK | cmyk(0%, 12%, 71%, 47%) |
| LAB | lab(50.5 -3.4 44.3) |
| LCH | lch(50.5 44.4 94.4) |
| OKLCH | oklch(0.572 0.100 97.7) |
Copy-ready code
/* CSS */
color: #887828;
background-color: #887828;
/* Tailwind (arbitrary) */
class="text-[#887828] bg-[#887828]"
/* SCSS */
$brand: #887828;
/* SwiftUI */
Color(red: 0.533, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#887828")Accessibility — WCAG contrast
Aa
#887828 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887828 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow70.6%
Key (black)46.7%
Color previews
#887828 text on a black background
contrast 4.76:1
Card sample
#887828 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887828;
Background color
Panel with #887828 background
background-color: #887828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887828; background: linear-gradient(135deg, #887828, #588828);