#cc7f2c
a balanced, vivid orange · warm · closest name: peru
RGB
204, 127, 44
HSL
31°, 65%, 49%
CMYK
0, 38, 78, 20
Luminance
0.2820
Every format
| HEX | #cc7f2c |
| RGB | rgb(204, 127, 44) |
| HSL | hsl(31, 65%, 49%) |
| CMYK | cmyk(0%, 38%, 78%, 20%) |
| LAB | lab(60.1 23.4 54.7) |
| LCH | lch(60.1 59.5 66.9) |
| OKLCH | oklch(0.664 0.134 63.1) |
Copy-ready code
/* CSS */
color: #cc7f2c;
background-color: #cc7f2c;
/* Tailwind (arbitrary) */
class="text-[#cc7f2c] bg-[#cc7f2c]"
/* SCSS */
$brand: #cc7f2c;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.173)
/* Android */
Color.parseColor("#cc7f2c")Accessibility — WCAG contrast
Aa
#cc7f2c on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7f2c on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow78.4%
Key (black)20.0%
Color previews
#cc7f2c text on a black background
contrast 6.64:1
Card sample
#cc7f2c text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7f2c;
Background color
Panel with #cc7f2c background
background-color: #cc7f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7f2c; background: linear-gradient(135deg, #cc7f2c, #AECC2C);