#cc5f2c
a balanced, vivid orange · warm · closest name: chocolate
RGB
204, 95, 44
HSL
19°, 65%, 49%
CMYK
0, 53, 78, 20
Luminance
0.2120
Every format
| HEX | #cc5f2c |
| RGB | rgb(204, 95, 44) |
| HSL | hsl(19, 65%, 49%) |
| CMYK | cmyk(0%, 53%, 78%, 20%) |
| LAB | lab(53.2 40.2 48.0) |
| LCH | lch(53.2 62.6 50.1) |
| OKLCH | oklch(0.611 0.152 43.3) |
Copy-ready code
/* CSS */
color: #cc5f2c;
background-color: #cc5f2c;
/* Tailwind (arbitrary) */
class="text-[#cc5f2c] bg-[#cc5f2c]"
/* SCSS */
$brand: #cc5f2c;
/* SwiftUI */
Color(red: 0.800, green: 0.373, blue: 0.173)
/* Android */
Color.parseColor("#cc5f2c")Accessibility — WCAG contrast
Aa
#cc5f2c on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5f2c on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green37.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow78.4%
Key (black)20.0%
Color previews
#cc5f2c text on a black background
contrast 5.24:1
Card sample
#cc5f2c text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5f2c;
Background color
Panel with #cc5f2c background
background-color: #cc5f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 95, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 95, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5f2c; background: linear-gradient(135deg, #cc5f2c, #CCC92C);