#c97f4b
a balanced, vivid orange · warm · closest name: peru
RGB
201, 127, 75
HSL
25°, 54%, 54%
CMYK
0, 37, 63, 21
Luminance
0.2810
Every format
| HEX | #c97f4b |
| RGB | rgb(201, 127, 75) |
| HSL | hsl(25, 54%, 54%) |
| CMYK | cmyk(0%, 37%, 63%, 21%) |
| LAB | lab(60.0 23.7 39.8) |
| LCH | lch(60.0 46.3 59.2) |
| OKLCH | oklch(0.664 0.114 54.5) |
Copy-ready code
/* CSS */
color: #c97f4b;
background-color: #c97f4b;
/* Tailwind (arbitrary) */
class="text-[#c97f4b] bg-[#c97f4b]"
/* SCSS */
$brand: #c97f4b;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.294)
/* Android */
Color.parseColor("#c97f4b")Accessibility — WCAG contrast
Aa
#c97f4b on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97f4b on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow62.7%
Key (black)21.2%
Color previews
#c97f4b text on a black background
contrast 6.62:1
Card sample
#c97f4b text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97f4b;
Background color
Panel with #c97f4b background
background-color: #c97f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97f4b; background: linear-gradient(135deg, #c97f4b, #BFC94B);