#cc7f55
a balanced, vivid orange · warm · closest name: peru
RGB
204, 127, 85
HSL
21°, 54%, 57%
CMYK
0, 38, 58, 20
Luminance
0.2867
Every format
| HEX | #cc7f55 |
| RGB | rgb(204, 127, 85) |
| HSL | hsl(21, 54%, 57%) |
| CMYK | cmyk(0%, 38%, 58%, 20%) |
| LAB | lab(60.5 25.7 35.1) |
| LCH | lch(60.5 43.5 53.8) |
| OKLCH | oklch(0.669 0.111 48.7) |
Copy-ready code
/* CSS */
color: #cc7f55;
background-color: #cc7f55;
/* Tailwind (arbitrary) */
class="text-[#cc7f55] bg-[#cc7f55]"
/* SCSS */
$brand: #cc7f55;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.333)
/* Android */
Color.parseColor("#cc7f55")Accessibility — WCAG contrast
Aa
#cc7f55 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7f55 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow58.3%
Key (black)20.0%
Color previews
#cc7f55 text on a black background
contrast 6.73:1
Card sample
#cc7f55 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7f55;
Background color
Panel with #cc7f55 background
background-color: #cc7f55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7f55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7f55; background: linear-gradient(135deg, #cc7f55, #CACC55);