#c08028
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 40
HSL
35°, 66%, 46%
CMYK
0, 33, 79, 25
Luminance
0.2680
Every format
| HEX | #c08028 |
| RGB | rgb(192, 128, 40) |
| HSL | hsl(35, 66%, 46%) |
| CMYK | cmyk(0%, 33%, 79%, 25%) |
| LAB | lab(58.8 17.5 54.5) |
| LCH | lch(58.8 57.3 72.2) |
| OKLCH | oklch(0.651 0.126 69.9) |
Copy-ready code
/* CSS */
color: #c08028;
background-color: #c08028;
/* Tailwind (arbitrary) */
class="text-[#c08028] bg-[#c08028]"
/* SCSS */
$brand: #c08028;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.157)
/* Android */
Color.parseColor("#c08028")Accessibility — WCAG contrast
Aa
#c08028 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08028 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow79.2%
Key (black)24.7%
Color previews
#c08028 text on a black background
contrast 6.36:1
Card sample
#c08028 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08028;
Background color
Panel with #c08028 background
background-color: #c08028;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08028;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08028; background: linear-gradient(135deg, #c08028, #9BC028);