#c07c49
a balanced, vivid orange · warm · closest name: peru
RGB
192, 124, 73
HSL
26°, 49%, 52%
CMYK
0, 35, 62, 25
Luminance
0.2610
Every format
| HEX | #c07c49 |
| RGB | rgb(192, 124, 73) |
| HSL | hsl(26, 49%, 52%) |
| CMYK | cmyk(0%, 35%, 62%, 25%) |
| LAB | lab(58.1 21.4 38.3) |
| LCH | lch(58.1 43.9 60.8) |
| OKLCH | oklch(0.647 0.108 56.3) |
Copy-ready code
/* CSS */
color: #c07c49;
background-color: #c07c49;
/* Tailwind (arbitrary) */
class="text-[#c07c49] bg-[#c07c49]"
/* SCSS */
$brand: #c07c49;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.286)
/* Android */
Color.parseColor("#c07c49")Accessibility — WCAG contrast
Aa
#c07c49 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07c49 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow62.0%
Key (black)24.7%
Color previews
#c07c49 text on a black background
contrast 6.22:1
Card sample
#c07c49 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07c49;
Background color
Panel with #c07c49 background
background-color: #c07c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07c49; background: linear-gradient(135deg, #c07c49, #B5C049);