#c97049
a balanced, vivid orange · warm · closest name: sienna
RGB
201, 112, 73
HSL
18°, 54%, 54%
CMYK
0, 44, 64, 21
Luminance
0.2449
Every format
| HEX | #c97049 |
| RGB | rgb(201, 112, 73) |
| HSL | hsl(18, 54%, 54%) |
| CMYK | cmyk(0%, 44%, 64%, 21%) |
| LAB | lab(56.6 31.7 36.8) |
| LCH | lch(56.6 48.5 49.3) |
| OKLCH | oklch(0.637 0.125 43.7) |
Copy-ready code
/* CSS */
color: #c97049;
background-color: #c97049;
/* Tailwind (arbitrary) */
class="text-[#c97049] bg-[#c97049]"
/* SCSS */
$brand: #c97049;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.286)
/* Android */
Color.parseColor("#c97049")Accessibility — WCAG contrast
Aa
#c97049 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97049 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow63.7%
Key (black)21.2%
Color previews
#c97049 text on a black background
contrast 5.90:1
Card sample
#c97049 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97049;
Background color
Panel with #c97049 background
background-color: #c97049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97049; background: linear-gradient(135deg, #c97049, #C9C549);