#c17513
a dark, electric orange · warm · closest name: peru
RGB
193, 117, 19
HSL
34°, 82%, 42%
CMYK
0, 39, 90, 24
Luminance
0.2411
Every format
| HEX | #c17513 |
| RGB | rgb(193, 117, 19) |
| HSL | hsl(34, 82%, 42%) |
| CMYK | cmyk(0%, 39%, 90%, 24%) |
| LAB | lab(56.2 23.4 59.3) |
| LCH | lch(56.2 63.7 68.5) |
| OKLCH | oklch(0.631 0.137 64.7) |
Copy-ready code
/* CSS */
color: #c17513;
background-color: #c17513;
/* Tailwind (arbitrary) */
class="text-[#c17513] bg-[#c17513]"
/* SCSS */
$brand: #c17513;
/* SwiftUI */
Color(red: 0.757, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#c17513")Accessibility — WCAG contrast
Aa
#c17513 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c17513 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green45.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow90.2%
Key (black)24.3%
Color previews
#c17513 text on a black background
contrast 5.82:1
Card sample
#c17513 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17513;
Background color
Panel with #c17513 background
background-color: #c17513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17513; background: linear-gradient(135deg, #c17513, #99C113);