#cc7f39
a balanced, vivid orange · warm · closest name: peru
RGB
204, 127, 57
HSL
29°, 59%, 51%
CMYK
0, 38, 72, 20
Luminance
0.2831
Every format
| HEX | #cc7f39 |
| RGB | rgb(204, 127, 57) |
| HSL | hsl(29, 59%, 51%) |
| CMYK | cmyk(0%, 38%, 72%, 20%) |
| LAB | lab(60.2 23.9 49.0) |
| LCH | lch(60.2 54.6 64.0) |
| OKLCH | oklch(0.665 0.127 59.8) |
Copy-ready code
/* CSS */
color: #cc7f39;
background-color: #cc7f39;
/* Tailwind (arbitrary) */
class="text-[#cc7f39] bg-[#cc7f39]"
/* SCSS */
$brand: #cc7f39;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.224)
/* Android */
Color.parseColor("#cc7f39")Accessibility — WCAG contrast
Aa
#cc7f39 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7f39 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow72.1%
Key (black)20.0%
Color previews
#cc7f39 text on a black background
contrast 6.66:1
Card sample
#cc7f39 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7f39;
Background color
Panel with #cc7f39 background
background-color: #cc7f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7f39; background: linear-gradient(135deg, #cc7f39, #B7CC39);