#c87f48
a balanced, vivid orange · warm · closest name: peru
RGB
200, 127, 72
HSL
26°, 54%, 53%
CMYK
0, 37, 64, 22
Luminance
0.2793
Every format
| HEX | #c87f48 |
| RGB | rgb(200, 127, 72) |
| HSL | hsl(26, 54%, 53%) |
| CMYK | cmyk(0%, 37%, 64%, 22%) |
| LAB | lab(59.8 23.1 41.1) |
| LCH | lch(59.8 47.1 60.7) |
| OKLCH | oklch(0.662 0.115 56.1) |
Copy-ready code
/* CSS */
color: #c87f48;
background-color: #c87f48;
/* Tailwind (arbitrary) */
class="text-[#c87f48] bg-[#c87f48]"
/* SCSS */
$brand: #c87f48;
/* SwiftUI */
Color(red: 0.784, green: 0.498, blue: 0.282)
/* Android */
Color.parseColor("#c87f48")Accessibility — WCAG contrast
Aa
#c87f48 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c87f48 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow64.0%
Key (black)21.6%
Color previews
#c87f48 text on a black background
contrast 6.59:1
Card sample
#c87f48 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87f48;
Background color
Panel with #c87f48 background
background-color: #c87f48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87f48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 127, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 127, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87f48; background: linear-gradient(135deg, #c87f48, #BCC848);