#c97039
a balanced, vivid orange · warm · closest name: peru
RGB
201, 112, 57
HSL
23°, 57%, 51%
CMYK
0, 44, 72, 21
Luminance
0.2430
Every format
| HEX | #c97039 |
| RGB | rgb(201, 112, 57) |
| HSL | hsl(23, 57%, 51%) |
| CMYK | cmyk(0%, 44%, 72%, 21%) |
| LAB | lab(56.4 30.7 44.9) |
| LCH | lch(56.4 54.4 55.6) |
| OKLCH | oklch(0.635 0.132 50.1) |
Copy-ready code
/* CSS */
color: #c97039;
background-color: #c97039;
/* Tailwind (arbitrary) */
class="text-[#c97039] bg-[#c97039]"
/* SCSS */
$brand: #c97039;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.224)
/* Android */
Color.parseColor("#c97039")Accessibility — WCAG contrast
Aa
#c97039 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97039 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow71.6%
Key (black)21.2%
Color previews
#c97039 text on a black background
contrast 5.86:1
Card sample
#c97039 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97039;
Background color
Panel with #c97039 background
background-color: #c97039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97039; background: linear-gradient(135deg, #c97039, #C2C939);