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