#c08020
a dark, vivid orange · warm · closest name: peru
RGB
192, 128, 32
HSL
36°, 71%, 44%
CMYK
0, 33, 83, 25
Luminance
0.2675
Every format
| HEX | #c08020 |
| RGB | rgb(192, 128, 32) |
| HSL | hsl(36, 71%, 44%) |
| CMYK | cmyk(0%, 33%, 83%, 25%) |
| LAB | lab(58.7 17.2 57.4) |
| LCH | lch(58.7 59.9 73.3) |
| OKLCH | oklch(0.651 0.130 71.2) |
Copy-ready code
/* CSS */
color: #c08020;
background-color: #c08020;
/* Tailwind (arbitrary) */
class="text-[#c08020] bg-[#c08020]"
/* SCSS */
$brand: #c08020;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.125)
/* Android */
Color.parseColor("#c08020")Accessibility — WCAG contrast
Aa
#c08020 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08020 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow83.3%
Key (black)24.7%
Color previews
#c08020 text on a black background
contrast 6.35:1
Card sample
#c08020 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08020;
Background color
Panel with #c08020 background
background-color: #c08020;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08020;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08020; background: linear-gradient(135deg, #c08020, #95C020);