#c47751
a balanced, vivid orange · warm · closest name: sienna
RGB
196, 119, 81
HSL
20°, 49%, 54%
CMYK
0, 39, 59, 23
Luminance
0.2552
Every format
| HEX | #c47751 |
| RGB | rgb(196, 119, 81) |
| HSL | hsl(20, 49%, 54%) |
| CMYK | cmyk(0%, 39%, 59%, 23%) |
| LAB | lab(57.6 26.4 33.5) |
| LCH | lch(57.6 42.7 51.7) |
| OKLCH | oklch(0.644 0.110 46.4) |
Copy-ready code
/* CSS */
color: #c47751;
background-color: #c47751;
/* Tailwind (arbitrary) */
class="text-[#c47751] bg-[#c47751]"
/* SCSS */
$brand: #c47751;
/* SwiftUI */
Color(red: 0.769, green: 0.467, blue: 0.318)
/* Android */
Color.parseColor("#c47751")Accessibility — WCAG contrast
Aa
#c47751 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47751 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green46.7%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow58.7%
Key (black)23.1%
Color previews
#c47751 text on a black background
contrast 6.10:1
Card sample
#c47751 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47751;
Background color
Panel with #c47751 background
background-color: #c47751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 119, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 119, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47751; background: linear-gradient(135deg, #c47751, #C4C451);