#c78713
a dark, electric orange · warm · closest name: peru
RGB
199, 135, 19
HSL
39°, 83%, 43%
CMYK
0, 32, 91, 22
Luminance
0.2952
Every format
| HEX | #c78713 |
| RGB | rgb(199, 135, 19) |
| HSL | hsl(39, 83%, 43%) |
| CMYK | cmyk(0%, 32%, 91%, 22%) |
| LAB | lab(61.2 16.1 63.5) |
| LCH | lch(61.2 65.5 75.7) |
| OKLCH | oklch(0.672 0.138 74.3) |
Copy-ready code
/* CSS */
color: #c78713;
background-color: #c78713;
/* Tailwind (arbitrary) */
class="text-[#c78713] bg-[#c78713]"
/* SCSS */
$brand: #c78713;
/* SwiftUI */
Color(red: 0.780, green: 0.529, blue: 0.075)
/* Android */
Color.parseColor("#c78713")Accessibility — WCAG contrast
Aa
#c78713 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c78713 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green52.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow90.5%
Key (black)22.0%
Color previews
#c78713 text on a black background
contrast 6.90:1
Card sample
#c78713 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78713;
Background color
Panel with #c78713 background
background-color: #c78713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 135, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 135, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78713; background: linear-gradient(135deg, #c78713, #8FC713);