#c56f4b
a balanced, vivid orange · warm · closest name: sienna
RGB
197, 111, 75
HSL
18°, 51%, 53%
CMYK
0, 44, 62, 23
Luminance
0.2375
Every format
| HEX | #c56f4b |
| RGB | rgb(197, 111, 75) |
| HSL | hsl(18, 51%, 53%) |
| CMYK | cmyk(0%, 44%, 62%, 23%) |
| LAB | lab(55.8 30.7 34.6) |
| LCH | lch(55.8 46.3 48.4) |
| OKLCH | oklch(0.631 0.120 42.9) |
Copy-ready code
/* CSS */
color: #c56f4b;
background-color: #c56f4b;
/* Tailwind (arbitrary) */
class="text-[#c56f4b] bg-[#c56f4b]"
/* SCSS */
$brand: #c56f4b;
/* SwiftUI */
Color(red: 0.773, green: 0.435, blue: 0.294)
/* Android */
Color.parseColor("#c56f4b")Accessibility — WCAG contrast
Aa
#c56f4b on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56f4b on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green43.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow61.9%
Key (black)22.7%
Color previews
#c56f4b text on a black background
contrast 5.75:1
Card sample
#c56f4b text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56f4b;
Background color
Panel with #c56f4b background
background-color: #c56f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 111, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 111, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56f4b; background: linear-gradient(135deg, #c56f4b, #C5C04B);