#c17521
a dark, vivid orange · warm · closest name: peru
RGB
193, 117, 33
HSL
32°, 71%, 44%
CMYK
0, 39, 83, 24
Luminance
0.2417
Every format
| HEX | #c17521 |
| RGB | rgb(193, 117, 33) |
| HSL | hsl(32, 71%, 44%) |
| CMYK | cmyk(0%, 39%, 83%, 24%) |
| LAB | lab(56.3 23.7 55.0) |
| LCH | lch(56.3 59.8 66.7) |
| OKLCH | oklch(0.632 0.132 62.6) |
Copy-ready code
/* CSS */
color: #c17521;
background-color: #c17521;
/* Tailwind (arbitrary) */
class="text-[#c17521] bg-[#c17521]"
/* SCSS */
$brand: #c17521;
/* SwiftUI */
Color(red: 0.757, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#c17521")Accessibility — WCAG contrast
Aa
#c17521 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c17521 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow82.9%
Key (black)24.3%
Color previews
#c17521 text on a black background
contrast 5.83:1
Card sample
#c17521 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17521;
Background color
Panel with #c17521 background
background-color: #c17521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17521; background: linear-gradient(135deg, #c17521, #A2C121);