#88801b
a dark, vivid yellow · cool · closest name: olive
RGB
136, 128, 27
HSL
56°, 67%, 32%
CMYK
0, 6, 80, 47
Luminance
0.2075
Every format
| HEX | #88801b |
| RGB | rgb(136, 128, 27) |
| HSL | hsl(56, 67%, 32%) |
| CMYK | cmyk(0%, 6%, 80%, 47%) |
| LAB | lab(52.7 -8.5 51.4) |
| LCH | lch(52.7 52.1 99.4) |
| OKLCH | oklch(0.589 0.116 104.7) |
Copy-ready code
/* CSS */
color: #88801b;
background-color: #88801b;
/* Tailwind (arbitrary) */
class="text-[#88801b] bg-[#88801b]"
/* SCSS */
$brand: #88801b;
/* SwiftUI */
Color(red: 0.533, green: 0.502, blue: 0.106)
/* Android */
Color.parseColor("#88801b")Accessibility — WCAG contrast
Aa
#88801b on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#88801b on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green50.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow80.1%
Key (black)46.7%
Color previews
#88801b text on a black background
contrast 5.15:1
Card sample
#88801b text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88801b;
Background color
Panel with #88801b background
background-color: #88801b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88801b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 128, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 128, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88801b; background: linear-gradient(135deg, #88801b, #47881B);