#c07c00
a dark, electric orange · warm · closest name: peru
RGB
192, 124, 0
HSL
39°, 100%, 38%
CMYK
0, 35, 100, 25
Luminance
0.2562
Every format
| HEX | #c07c00 |
| RGB | rgb(192, 124, 0) |
| HSL | hsl(39, 100%, 38%) |
| CMYK | cmyk(0%, 35%, 100%, 25%) |
| LAB | lab(57.7 18.8 63.9) |
| LCH | lch(57.7 66.6 73.6) |
| OKLCH | oklch(0.642 0.138 71.3) |
Copy-ready code
/* CSS */
color: #c07c00;
background-color: #c07c00;
/* Tailwind (arbitrary) */
class="text-[#c07c00] bg-[#c07c00]"
/* SCSS */
$brand: #c07c00;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.000)
/* Android */
Color.parseColor("#c07c00")Accessibility — WCAG contrast
Aa
#c07c00 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07c00 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow100.0%
Key (black)24.7%
Color previews
#c07c00 text on a black background
contrast 6.12:1
Card sample
#c07c00 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07c00;
Background color
Panel with #c07c00 background
background-color: #c07c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07c00; background: linear-gradient(135deg, #c07c00, #84C000);