#c07c39
a balanced, vivid orange · warm · closest name: peru
RGB
192, 124, 57
HSL
30°, 54%, 49%
CMYK
0, 35, 70, 25
Luminance
0.2592
Every format
| HEX | #c07c39 |
| RGB | rgb(192, 124, 57) |
| HSL | hsl(30, 54%, 49%) |
| CMYK | cmyk(0%, 35%, 70%, 25%) |
| LAB | lab(58.0 20.4 46.2) |
| LCH | lch(58.0 50.5 66.1) |
| OKLCH | oklch(0.645 0.118 62.4) |
Copy-ready code
/* CSS */
color: #c07c39;
background-color: #c07c39;
/* Tailwind (arbitrary) */
class="text-[#c07c39] bg-[#c07c39]"
/* SCSS */
$brand: #c07c39;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.224)
/* Android */
Color.parseColor("#c07c39")Accessibility — WCAG contrast
Aa
#c07c39 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07c39 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow70.3%
Key (black)24.7%
Color previews
#c07c39 text on a black background
contrast 6.18:1
Card sample
#c07c39 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07c39;
Background color
Panel with #c07c39 background
background-color: #c07c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07c39; background: linear-gradient(135deg, #c07c39, #AAC039);