#855f13
a dark, electric yellow · warm · closest name: peru
RGB
133, 95, 19
HSL
40°, 75%, 30%
CMYK
0, 29, 86, 48
Luminance
0.1322
Every format
| HEX | #855f13 |
| RGB | rgb(133, 95, 19) |
| HSL | hsl(40, 75%, 30%) |
| CMYK | cmyk(0%, 29%, 86%, 48%) |
| LAB | lab(43.1 8.6 45.5) |
| LCH | lch(43.1 46.3 79.3) |
| OKLCH | oklch(0.513 0.099 79.1) |
Copy-ready code
/* CSS */
color: #855f13;
background-color: #855f13;
/* Tailwind (arbitrary) */
class="text-[#855f13] bg-[#855f13]"
/* SCSS */
$brand: #855f13;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#855f13")Accessibility — WCAG contrast
Aa
#855f13 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855f13 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow85.7%
Key (black)47.8%
Color previews
#855f13 text on a black background
contrast 3.64:1
Card sample
#855f13 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855f13;
Background color
Panel with #855f13 background
background-color: #855f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855f13; background: linear-gradient(135deg, #855f13, #5F8513);