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