#c07939
a balanced, vivid orange · warm · closest name: peru
RGB
192, 121, 57
HSL
28°, 54%, 49%
CMYK
0, 37, 70, 25
Luminance
0.2518
Every format
| HEX | #c07939 |
| RGB | rgb(192, 121, 57) |
| HSL | hsl(28, 54%, 49%) |
| CMYK | cmyk(0%, 37%, 70%, 25%) |
| LAB | lab(57.3 22.1 45.5) |
| LCH | lch(57.3 50.5 64.1) |
| OKLCH | oklch(0.640 0.119 60.0) |
Copy-ready code
/* CSS */
color: #c07939;
background-color: #c07939;
/* Tailwind (arbitrary) */
class="text-[#c07939] bg-[#c07939]"
/* SCSS */
$brand: #c07939;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#c07939")Accessibility — WCAG contrast
Aa
#c07939 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07939 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow70.3%
Key (black)24.7%
Color previews
#c07939 text on a black background
contrast 6.04:1
Card sample
#c07939 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07939;
Background color
Panel with #c07939 background
background-color: #c07939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07939; background: linear-gradient(135deg, #c07939, #ADC039);