#cc7c2c
a balanced, vivid orange · warm · closest name: peru
RGB
204, 124, 44
HSL
30°, 65%, 49%
CMYK
0, 39, 78, 20
Luminance
0.2743
Every format
| HEX | #cc7c2c |
| RGB | rgb(204, 124, 44) |
| HSL | hsl(30, 65%, 49%) |
| CMYK | cmyk(0%, 39%, 78%, 20%) |
| LAB | lab(59.4 25.0 54.0) |
| LCH | lch(59.4 59.5 65.2) |
| OKLCH | oklch(0.659 0.135 61.0) |
Copy-ready code
/* CSS */
color: #cc7c2c;
background-color: #cc7c2c;
/* Tailwind (arbitrary) */
class="text-[#cc7c2c] bg-[#cc7c2c]"
/* SCSS */
$brand: #cc7c2c;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.173)
/* Android */
Color.parseColor("#cc7c2c")Accessibility — WCAG contrast
Aa
#cc7c2c on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7c2c on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow78.4%
Key (black)20.0%
Color previews
#cc7c2c text on a black background
contrast 6.49:1
Card sample
#cc7c2c text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7c2c;
Background color
Panel with #cc7c2c background
background-color: #cc7c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7c2c; background: linear-gradient(135deg, #cc7c2c, #B1CC2C);