#cc7939
a balanced, vivid orange · warm · closest name: peru
RGB
204, 121, 57
HSL
26°, 59%, 51%
CMYK
0, 41, 72, 20
Luminance
0.2681
Every format
| HEX | #cc7939 |
| RGB | rgb(204, 121, 57) |
| HSL | hsl(26, 59%, 51%) |
| CMYK | cmyk(0%, 41%, 72%, 20%) |
| LAB | lab(58.8 27.2 47.6) |
| LCH | lch(58.8 54.8 60.3) |
| OKLCH | oklch(0.655 0.130 55.4) |
Copy-ready code
/* CSS */
color: #cc7939;
background-color: #cc7939;
/* Tailwind (arbitrary) */
class="text-[#cc7939] bg-[#cc7939]"
/* SCSS */
$brand: #cc7939;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#cc7939")Accessibility — WCAG contrast
Aa
#cc7939 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7939 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow72.1%
Key (black)20.0%
Color previews
#cc7939 text on a black background
contrast 6.36:1
Card sample
#cc7939 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7939;
Background color
Panel with #cc7939 background
background-color: #cc7939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7939; background: linear-gradient(135deg, #cc7939, #BDCC39);