#cc8f39
a balanced, vivid orange · warm · closest name: peru
RGB
204, 143, 57
HSL
35°, 59%, 51%
CMYK
0, 30, 72, 20
Luminance
0.3278
Every format
| HEX | #cc8f39 |
| RGB | rgb(204, 143, 57) |
| HSL | hsl(35, 59%, 51%) |
| CMYK | cmyk(0%, 30%, 72%, 20%) |
| LAB | lab(64.0 15.2 53.0) |
| LCH | lch(64.0 55.1 74.0) |
| OKLCH | oklch(0.695 0.124 72.1) |
Copy-ready code
/* CSS */
color: #cc8f39;
background-color: #cc8f39;
/* Tailwind (arbitrary) */
class="text-[#cc8f39] bg-[#cc8f39]"
/* SCSS */
$brand: #cc8f39;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 0.224)
/* Android */
Color.parseColor("#cc8f39")Accessibility — WCAG contrast
Aa
#cc8f39 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8f39 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow72.1%
Key (black)20.0%
Color previews
#cc8f39 text on a black background
contrast 7.56:1
Card sample
#cc8f39 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8f39;
Background color
Panel with #cc8f39 background
background-color: #cc8f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8f39; background: linear-gradient(135deg, #cc8f39, #A7CC39);