#88721b
a dark, vivid yellow · cool · closest name: olive
RGB
136, 114, 27
HSL
48°, 67%, 32%
CMYK
0, 16, 80, 47
Luminance
0.1735
Every format
| HEX | #88721b |
| RGB | rgb(136, 114, 27) |
| HSL | hsl(48, 67%, 32%) |
| CMYK | cmyk(0%, 16%, 80%, 47%) |
| LAB | lab(48.7 -0.7 47.8) |
| LCH | lch(48.7 47.8 90.8) |
| OKLCH | oklch(0.558 0.104 93.9) |
Copy-ready code
/* CSS */
color: #88721b;
background-color: #88721b;
/* Tailwind (arbitrary) */
class="text-[#88721b] bg-[#88721b]"
/* SCSS */
$brand: #88721b;
/* SwiftUI */
Color(red: 0.533, green: 0.447, blue: 0.106)
/* Android */
Color.parseColor("#88721b")Accessibility — WCAG contrast
Aa
#88721b on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#88721b on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green44.7%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow80.1%
Key (black)46.7%
Color previews
#88721b text on a black background
contrast 4.47:1
Card sample
#88721b text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88721b;
Background color
Panel with #88721b background
background-color: #88721b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88721b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 114, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 114, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88721b; background: linear-gradient(135deg, #88721b, #55881B);