#c07f49
a balanced, vivid orange · warm · closest name: peru
RGB
192, 127, 73
HSL
27°, 49%, 52%
CMYK
0, 34, 62, 25
Luminance
0.2687
Every format
| HEX | #c07f49 |
| RGB | rgb(192, 127, 73) |
| HSL | hsl(27, 49%, 52%) |
| CMYK | cmyk(0%, 34%, 62%, 25%) |
| LAB | lab(58.9 19.8 39.2) |
| LCH | lch(58.9 43.9 63.2) |
| OKLCH | oklch(0.653 0.107 59.0) |
Copy-ready code
/* CSS */
color: #c07f49;
background-color: #c07f49;
/* Tailwind (arbitrary) */
class="text-[#c07f49] bg-[#c07f49]"
/* SCSS */
$brand: #c07f49;
/* SwiftUI */
Color(red: 0.753, green: 0.498, blue: 0.286)
/* Android */
Color.parseColor("#c07f49")Accessibility — WCAG contrast
Aa
#c07f49 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07f49 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green49.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow62.0%
Key (black)24.7%
Color previews
#c07f49 text on a black background
contrast 6.37:1
Card sample
#c07f49 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07f49;
Background color
Panel with #c07f49 background
background-color: #c07f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 127, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 127, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07f49; background: linear-gradient(135deg, #c07f49, #B2C049);