#c0740c
a dark, electric orange · warm · closest name: peru
RGB
192, 116, 12
HSL
35°, 88%, 40%
CMYK
0, 40, 94, 25
Luminance
0.2372
Every format
| HEX | #c0740c |
| RGB | rgb(192, 116, 12) |
| HSL | hsl(35, 88%, 40%) |
| CMYK | cmyk(0%, 40%, 94%, 25%) |
| LAB | lab(55.8 23.4 60.5) |
| LCH | lch(55.8 64.9 68.9) |
| OKLCH | oklch(0.628 0.138 65.1) |
Copy-ready code
/* CSS */
color: #c0740c;
background-color: #c0740c;
/* Tailwind (arbitrary) */
class="text-[#c0740c] bg-[#c0740c]"
/* SCSS */
$brand: #c0740c;
/* SwiftUI */
Color(red: 0.753, green: 0.455, blue: 0.047)
/* Android */
Color.parseColor("#c0740c")Accessibility — WCAG contrast
Aa
#c0740c on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c0740c on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow93.7%
Key (black)24.7%
Color previews
#c0740c text on a black background
contrast 5.74:1
Card sample
#c0740c text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0740c;
Background color
Panel with #c0740c background
background-color: #c0740c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0740c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 116, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 116, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0740c; background: linear-gradient(135deg, #c0740c, #94C00C);