#875f13
a dark, electric orange · warm · closest name: peru
RGB
135, 95, 19
HSL
39°, 75%, 30%
CMYK
0, 30, 86, 47
Luminance
0.1338
Every format
| HEX | #875f13 |
| RGB | rgb(135, 95, 19) |
| HSL | hsl(39, 75%, 30%) |
| CMYK | cmyk(0%, 30%, 86%, 47%) |
| LAB | lab(43.3 9.6 45.8) |
| LCH | lch(43.3 46.8 78.2) |
| OKLCH | oklch(0.515 0.100 77.7) |
Copy-ready code
/* CSS */
color: #875f13;
background-color: #875f13;
/* Tailwind (arbitrary) */
class="text-[#875f13] bg-[#875f13]"
/* SCSS */
$brand: #875f13;
/* SwiftUI */
Color(red: 0.529, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#875f13")Accessibility — WCAG contrast
Aa
#875f13 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#875f13 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow85.9%
Key (black)47.1%
Color previews
#875f13 text on a black background
contrast 3.68:1
Card sample
#875f13 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #875f13;
Background color
Panel with #875f13 background
background-color: #875f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #875f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #875f13; background: linear-gradient(135deg, #875f13, #628713);