#c07513
a dark, electric orange · warm · closest name: peru
RGB
192, 117, 19
HSL
34°, 82%, 41%
CMYK
0, 39, 90, 25
Luminance
0.2398
Every format
| HEX | #c07513 |
| RGB | rgb(192, 117, 19) |
| HSL | hsl(34, 82%, 41%) |
| CMYK | cmyk(0%, 39%, 90%, 25%) |
| LAB | lab(56.1 22.9 59.1) |
| LCH | lch(56.1 63.4 68.8) |
| OKLCH | oklch(0.630 0.136 65.1) |
Copy-ready code
/* CSS */
color: #c07513;
background-color: #c07513;
/* Tailwind (arbitrary) */
class="text-[#c07513] bg-[#c07513]"
/* SCSS */
$brand: #c07513;
/* SwiftUI */
Color(red: 0.753, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#c07513")Accessibility — WCAG contrast
Aa
#c07513 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07513 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow90.1%
Key (black)24.7%
Color previews
#c07513 text on a black background
contrast 5.80:1
Card sample
#c07513 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07513;
Background color
Panel with #c07513 background
background-color: #c07513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07513; background: linear-gradient(135deg, #c07513, #98C013);