#888317
a dark, vivid yellow · cool · closest name: olive
RGB
136, 131, 23
HSL
57°, 71%, 31%
CMYK
0, 4, 83, 47
Luminance
0.2153
Every format
| HEX | #888317 |
| RGB | rgb(136, 131, 23) |
| HSL | hsl(57, 71%, 31%) |
| CMYK | cmyk(0%, 4%, 83%, 47%) |
| LAB | lab(53.5 -10.3 53.4) |
| LCH | lch(53.5 54.4 100.9) |
| OKLCH | oklch(0.596 0.120 106.7) |
Copy-ready code
/* CSS */
color: #888317;
background-color: #888317;
/* Tailwind (arbitrary) */
class="text-[#888317] bg-[#888317]"
/* SCSS */
$brand: #888317;
/* SwiftUI */
Color(red: 0.533, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#888317")Accessibility — WCAG contrast
Aa
#888317 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888317 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow83.1%
Key (black)46.7%
Color previews
#888317 text on a black background
contrast 5.31:1
Card sample
#888317 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888317;
Background color
Panel with #888317 background
background-color: #888317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888317; background: linear-gradient(135deg, #888317, #428817);