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