#c46f39
a balanced, vivid orange · warm · closest name: peru
RGB
196, 111, 57
HSL
23°, 55%, 50%
CMYK
0, 43, 71, 23
Luminance
0.2340
Every format
| HEX | #c46f39 |
| RGB | rgb(196, 111, 57) |
| HSL | hsl(23, 55%, 50%) |
| CMYK | cmyk(0%, 43%, 71%, 23%) |
| LAB | lab(55.5 29.2 43.7) |
| LCH | lch(55.5 52.6 56.2) |
| OKLCH | oklch(0.627 0.128 50.8) |
Copy-ready code
/* CSS */
color: #c46f39;
background-color: #c46f39;
/* Tailwind (arbitrary) */
class="text-[#c46f39] bg-[#c46f39]"
/* SCSS */
$brand: #c46f39;
/* SwiftUI */
Color(red: 0.769, green: 0.435, blue: 0.224)
/* Android */
Color.parseColor("#c46f39")Accessibility — WCAG contrast
Aa
#c46f39 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46f39 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow70.9%
Key (black)23.1%
Color previews
#c46f39 text on a black background
contrast 5.68:1
Card sample
#c46f39 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46f39;
Background color
Panel with #c46f39 background
background-color: #c46f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 111, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 111, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46f39; background: linear-gradient(135deg, #c46f39, #BCC439);