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