#c07913
a dark, electric orange · warm · closest name: peru
RGB
192, 121, 19
HSL
35°, 82%, 41%
CMYK
0, 37, 90, 25
Luminance
0.2493
Every format
| HEX | #c07913 |
| RGB | rgb(192, 121, 19) |
| HSL | hsl(35, 82%, 41%) |
| CMYK | cmyk(0%, 37%, 90%, 25%) |
| LAB | lab(57.0 20.7 59.9) |
| LCH | lch(57.0 63.3 70.9) |
| OKLCH | oklch(0.637 0.135 67.9) |
Copy-ready code
/* CSS */
color: #c07913;
background-color: #c07913;
/* Tailwind (arbitrary) */
class="text-[#c07913] bg-[#c07913]"
/* SCSS */
$brand: #c07913;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#c07913")Accessibility — WCAG contrast
Aa
#c07913 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07913 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow90.1%
Key (black)24.7%
Color previews
#c07913 text on a black background
contrast 5.99:1
Card sample
#c07913 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07913;
Background color
Panel with #c07913 background
background-color: #c07913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07913; background: linear-gradient(135deg, #c07913, #94C013);