#c87f39
a balanced, vivid orange · warm · “peru”
RGB
200, 127, 57
HSL
29°, 57%, 50%
CMYK
0, 37, 72, 22
Luminance
0.2775
Every format
| HEX | #c87f39 |
| RGB | rgb(200, 127, 57) |
| HSL | hsl(29, 57%, 50%) |
| CMYK | cmyk(0%, 37%, 72%, 22%) |
| LAB | lab(59.7 22.2 48.4) |
| LCH | lch(59.7 53.2 65.3) |
| OKLCH | oklch(0.660 0.124 61.4) |
Copy-ready code
/* CSS */
color: #c87f39;
background-color: #c87f39;
/* Tailwind (arbitrary) */
class="text-[#c87f39] bg-[#c87f39]"
/* SCSS */
$brand: #c87f39;
/* SwiftUI */
Color(red: 0.784, green: 0.498, blue: 0.224)
/* Android */
Color.parseColor("#c87f39")Accessibility — WCAG contrast
Aa
#c87f39 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c87f39 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow71.5%
Key (black)21.6%
Color previews
#c87f39 text on a black background
contrast 6.55:1
Card sample
#c87f39 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87f39;
Background color
Panel with #c87f39 background
background-color: #c87f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 127, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 127, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87f39; background: linear-gradient(135deg, #c87f39, #B2C839);