#c97f5f
a balanced, vivid orange · warm · closest name: sienna
RGB
201, 127, 95
HSL
18°, 50%, 58%
CMYK
0, 37, 53, 21
Luminance
0.2842
Every format
| HEX | #c97f5f |
| RGB | rgb(201, 127, 95) |
| HSL | hsl(18, 50%, 58%) |
| CMYK | cmyk(0%, 37%, 53%, 21%) |
| LAB | lab(60.3 25.3 29.3) |
| LCH | lch(60.3 38.7 49.2) |
| OKLCH | oklch(0.667 0.103 44.0) |
Copy-ready code
/* CSS */
color: #c97f5f;
background-color: #c97f5f;
/* Tailwind (arbitrary) */
class="text-[#c97f5f] bg-[#c97f5f]"
/* SCSS */
$brand: #c97f5f;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.373)
/* Android */
Color.parseColor("#c97f5f")Accessibility — WCAG contrast
Aa
#c97f5f on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97f5f on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow52.7%
Key (black)21.2%
Color previews
#c97f5f text on a black background
contrast 6.68:1
Card sample
#c97f5f text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97f5f;
Background color
Panel with #c97f5f background
background-color: #c97f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97f5f; background: linear-gradient(135deg, #c97f5f, #C9C65F);