#cc8939
a balanced, vivid orange · warm · closest name: peru
RGB
204, 137, 57
HSL
33°, 59%, 51%
CMYK
0, 33, 72, 20
Luminance
0.3102
Every format
| HEX | #cc8939 |
| RGB | rgb(204, 137, 57) |
| HSL | hsl(33, 59%, 51%) |
| CMYK | cmyk(0%, 33%, 72%, 20%) |
| LAB | lab(62.5 18.5 51.5) |
| LCH | lch(62.5 54.7 70.3) |
| OKLCH | oklch(0.684 0.125 67.4) |
Copy-ready code
/* CSS */
color: #cc8939;
background-color: #cc8939;
/* Tailwind (arbitrary) */
class="text-[#cc8939] bg-[#cc8939]"
/* SCSS */
$brand: #cc8939;
/* SwiftUI */
Color(red: 0.800, green: 0.537, blue: 0.224)
/* Android */
Color.parseColor("#cc8939")Accessibility — WCAG contrast
Aa
#cc8939 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8939 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow72.1%
Key (black)20.0%
Color previews
#cc8939 text on a black background
contrast 7.20:1
Card sample
#cc8939 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8939;
Background color
Panel with #cc8939 background
background-color: #cc8939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 137, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 137, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8939; background: linear-gradient(135deg, #cc8939, #ADCC39);