#885b00
a dark, electric yellow · warm · closest name: peru
RGB
136, 91, 0
HSL
40°, 100%, 27%
CMYK
0, 33, 100, 47
Luminance
0.1272
Every format
| HEX | #885b00 |
| RGB | rgb(136, 91, 0) |
| HSL | hsl(40, 100%, 27%) |
| CMYK | cmyk(0%, 33%, 100%, 47%) |
| LAB | lab(42.3 12.0 50.4) |
| LCH | lch(42.3 51.8 76.6) |
| OKLCH | oklch(0.507 0.107 75.5) |
Copy-ready code
/* CSS */
color: #885b00;
background-color: #885b00;
/* Tailwind (arbitrary) */
class="text-[#885b00] bg-[#885b00]"
/* SCSS */
$brand: #885b00;
/* SwiftUI */
Color(red: 0.533, green: 0.357, blue: 0.000)
/* Android */
Color.parseColor("#885b00")Accessibility — WCAG contrast
Aa
#885b00 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885b00 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green35.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow100.0%
Key (black)46.7%
Color previews
#885b00 text on a black background
contrast 3.54:1
Card sample
#885b00 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885b00;
Background color
Panel with #885b00 background
background-color: #885b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 91, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 91, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885b00; background: linear-gradient(135deg, #885b00, #5B8800);