#c07c21
a dark, vivid orange · warm · closest name: peru
RGB
192, 124, 33
HSL
34°, 71%, 44%
CMYK
0, 35, 83, 25
Luminance
0.2573
Every format
| HEX | #c07c21 |
| RGB | rgb(192, 124, 33) |
| HSL | hsl(34, 71%, 44%) |
| CMYK | cmyk(0%, 35%, 83%, 25%) |
| LAB | lab(57.8 19.4 56.2) |
| LCH | lch(57.8 59.5 70.9) |
| OKLCH | oklch(0.643 0.130 68.1) |
Copy-ready code
/* CSS */
color: #c07c21;
background-color: #c07c21;
/* Tailwind (arbitrary) */
class="text-[#c07c21] bg-[#c07c21]"
/* SCSS */
$brand: #c07c21;
/* SwiftUI */
Color(red: 0.753, green: 0.486, blue: 0.129)
/* Android */
Color.parseColor("#c07c21")Accessibility — WCAG contrast
Aa
#c07c21 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c07c21 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green48.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow82.8%
Key (black)24.7%
Color previews
#c07c21 text on a black background
contrast 6.15:1
Card sample
#c07c21 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c07c21;
Background color
Panel with #c07c21 background
background-color: #c07c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c07c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 124, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 124, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c07c21; background: linear-gradient(135deg, #c07c21, #9AC021);