#c08034
a balanced, vivid orange · warm · closest name: peru
RGB
192, 128, 52
HSL
33°, 57%, 48%
CMYK
0, 33, 73, 25
Luminance
0.2689
Every format
| HEX | #c08034 |
| RGB | rgb(192, 128, 52) |
| HSL | hsl(33, 57%, 48%) |
| CMYK | cmyk(0%, 33%, 73%, 25%) |
| LAB | lab(58.9 18.0 49.5) |
| LCH | lch(58.9 52.7 70.0) |
| OKLCH | oklch(0.652 0.120 67.2) |
Copy-ready code
/* CSS */
color: #c08034;
background-color: #c08034;
/* Tailwind (arbitrary) */
class="text-[#c08034] bg-[#c08034]"
/* SCSS */
$brand: #c08034;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.204)
/* Android */
Color.parseColor("#c08034")Accessibility — WCAG contrast
Aa
#c08034 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c08034 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow72.9%
Key (black)24.7%
Color previews
#c08034 text on a black background
contrast 6.38:1
Card sample
#c08034 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08034;
Background color
Panel with #c08034 background
background-color: #c08034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08034; background: linear-gradient(135deg, #c08034, #A2C034);