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