#c7890f
a dark, electric orange · warm · closest name: peru
RGB
199, 137, 15
HSL
40°, 86%, 42%
CMYK
0, 31, 93, 22
Luminance
0.3007
Every format
| HEX | #c7890f |
| RGB | rgb(199, 137, 15) |
| HSL | hsl(40, 86%, 42%) |
| CMYK | cmyk(0%, 31%, 93%, 22%) |
| LAB | lab(61.7 15.0 64.6) |
| LCH | lch(61.7 66.3 77.0) |
| OKLCH | oklch(0.675 0.139 76.0) |
Copy-ready code
/* CSS */
color: #c7890f;
background-color: #c7890f;
/* Tailwind (arbitrary) */
class="text-[#c7890f] bg-[#c7890f]"
/* SCSS */
$brand: #c7890f;
/* SwiftUI */
Color(red: 0.780, green: 0.537, blue: 0.059)
/* Android */
Color.parseColor("#c7890f")Accessibility — WCAG contrast
Aa
#c7890f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7890f on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green53.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow92.5%
Key (black)22.0%
Color previews
#c7890f text on a black background
contrast 7.01:1
Card sample
#c7890f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7890f;
Background color
Panel with #c7890f background
background-color: #c7890f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7890f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 137, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 137, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7890f; background: linear-gradient(135deg, #c7890f, #8AC70F);