#855c00
a dark, electric yellow · warm · closest name: peru
RGB
133, 92, 0
HSL
42°, 100%, 26%
CMYK
0, 31, 100, 48
Luminance
0.1264
Every format
| HEX | #855c00 |
| RGB | rgb(133, 92, 0) |
| HSL | hsl(42, 100%, 26%) |
| CMYK | cmyk(0%, 31%, 100%, 48%) |
| LAB | lab(42.2 9.9 50.1) |
| LCH | lch(42.2 51.1 78.8) |
| OKLCH | oklch(0.505 0.105 78.5) |
Copy-ready code
/* CSS */
color: #855c00;
background-color: #855c00;
/* Tailwind (arbitrary) */
class="text-[#855c00] bg-[#855c00]"
/* SCSS */
$brand: #855c00;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.000)
/* Android */
Color.parseColor("#855c00")Accessibility — WCAG contrast
Aa
#855c00 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855c00 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow100.0%
Key (black)47.8%
Color previews
#855c00 text on a black background
contrast 3.53:1
Card sample
#855c00 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855c00;
Background color
Panel with #855c00 background
background-color: #855c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855c00; background: linear-gradient(135deg, #855c00, #558500);