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