#c18656
a balanced, vivid orange · warm · closest name: peru
RGB
193, 134, 86
HSL
27°, 46%, 55%
CMYK
0, 31, 55, 24
Luminance
0.2906
Every format
| HEX | #c18656 |
| RGB | rgb(193, 134, 86) |
| HSL | hsl(27, 46%, 55%) |
| CMYK | cmyk(0%, 31%, 55%, 24%) |
| LAB | lab(60.8 17.4 34.7) |
| LCH | lch(60.8 38.8 63.4) |
| OKLCH | oklch(0.669 0.097 59.2) |
Copy-ready code
/* CSS */
color: #c18656;
background-color: #c18656;
/* Tailwind (arbitrary) */
class="text-[#c18656] bg-[#c18656]"
/* SCSS */
$brand: #c18656;
/* SwiftUI */
Color(red: 0.757, green: 0.525, blue: 0.337)
/* Android */
Color.parseColor("#c18656")Accessibility — WCAG contrast
Aa
#c18656 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c18656 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green52.5%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow55.4%
Key (black)24.3%
Color previews
#c18656 text on a black background
contrast 6.81:1
Card sample
#c18656 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18656;
Background color
Panel with #c18656 background
background-color: #c18656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 134, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 134, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18656; background: linear-gradient(135deg, #c18656, #B5C156);