#c07521
a dark, vivid orange · warm · closest name: peru
RGB
192, 117, 33
HSL
32°, 71%, 44%
CMYK
0, 39, 83, 25
Luminance
0.2404
Every format
| HEX | #c07521 |
| RGB | rgb(192, 117, 33) |
| HSL | hsl(32, 71%, 44%) |
| CMYK | cmyk(0%, 39%, 83%, 25%) |
| LAB | lab(56.1 23.3 54.8) |
| LCH | lch(56.1 59.5 67.0) |
| OKLCH | oklch(0.630 0.132 63.0) |
Copy-ready code
/* CSS */
color: #c07521;
background-color: #c07521;
/* Tailwind (arbitrary) */
class="text-[#c07521] bg-[#c07521]"
/* SCSS */
$brand: #c07521;
/* SwiftUI */
Color(red: 0.753, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#c07521")Accessibility — WCAG contrast
Aa
#c07521 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07521 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow82.8%
Key (black)24.7%
Color previews
#c07521 text on a black background
contrast 5.81:1
Card sample
#c07521 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07521;
Background color
Panel with #c07521 background
background-color: #c07521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07521; background: linear-gradient(135deg, #c07521, #A1C021);