#cc803f
a balanced, vivid orange · warm · closest name: peru
RGB
204, 128, 63
HSL
28°, 58%, 52%
CMYK
0, 37, 69, 20
Luminance
0.2863
Every format
| HEX | #cc803f |
| RGB | rgb(204, 128, 63) |
| HSL | hsl(28, 58%, 52%) |
| CMYK | cmyk(0%, 37%, 69%, 20%) |
| LAB | lab(60.5 23.7 46.5) |
| LCH | lch(60.5 52.2 63.0) |
| OKLCH | oklch(0.668 0.123 58.7) |
Copy-ready code
/* CSS */
color: #cc803f;
background-color: #cc803f;
/* Tailwind (arbitrary) */
class="text-[#cc803f] bg-[#cc803f]"
/* SCSS */
$brand: #cc803f;
/* SwiftUI */
Color(red: 0.800, green: 0.502, blue: 0.247)
/* Android */
Color.parseColor("#cc803f")Accessibility — WCAG contrast
Aa
#cc803f on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc803f on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green50.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow69.1%
Key (black)20.0%
Color previews
#cc803f text on a black background
contrast 6.73:1
Card sample
#cc803f text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc803f;
Background color
Panel with #cc803f background
background-color: #cc803f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc803f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 128, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 128, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc803f; background: linear-gradient(135deg, #cc803f, #BACC3F);