#c97656
a balanced, vivid orange · warm · closest name: sienna
RGB
201, 118, 86
HSL
17°, 52%, 56%
CMYK
0, 41, 57, 21
Luminance
0.2605
Every format
| HEX | #c97656 |
| RGB | rgb(201, 118, 86) |
| HSL | hsl(17, 52%, 56%) |
| CMYK | cmyk(0%, 41%, 57%, 21%) |
| LAB | lab(58.1 29.4 31.5) |
| LCH | lch(58.1 43.1 47.0) |
| OKLCH | oklch(0.650 0.114 41.6) |
Copy-ready code
/* CSS */
color: #c97656;
background-color: #c97656;
/* Tailwind (arbitrary) */
class="text-[#c97656] bg-[#c97656]"
/* SCSS */
$brand: #c97656;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.337)
/* Android */
Color.parseColor("#c97656")Accessibility — WCAG contrast
Aa
#c97656 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97656 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow57.2%
Key (black)21.2%
Color previews
#c97656 text on a black background
contrast 6.21:1
Card sample
#c97656 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97656;
Background color
Panel with #c97656 background
background-color: #c97656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97656; background: linear-gradient(135deg, #c97656, #C9C356);