#c08113
a dark, electric orange · warm · closest name: peru
RGB
192, 129, 19
HSL
38°, 82%, 41%
CMYK
0, 33, 90, 25
Luminance
0.2695
Every format
| HEX | #c08113 |
| RGB | rgb(192, 129, 19) |
| HSL | hsl(38, 82%, 41%) |
| CMYK | cmyk(0%, 33%, 90%, 25%) |
| LAB | lab(58.9 16.3 61.3) |
| LCH | lch(58.9 63.5 75.1) |
| OKLCH | oklch(0.652 0.134 73.5) |
Copy-ready code
/* CSS */
color: #c08113;
background-color: #c08113;
/* Tailwind (arbitrary) */
class="text-[#c08113] bg-[#c08113]"
/* SCSS */
$brand: #c08113;
/* SwiftUI */
Color(red: 0.753, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#c08113")Accessibility — WCAG contrast
Aa
#c08113 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08113 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow90.1%
Key (black)24.7%
Color previews
#c08113 text on a black background
contrast 6.39:1
Card sample
#c08113 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08113;
Background color
Panel with #c08113 background
background-color: #c08113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08113; background: linear-gradient(135deg, #c08113, #8CC013);