#cc5f13
a dark, electric orange · warm · closest name: chocolate
RGB
204, 95, 19
HSL
25°, 83%, 44%
CMYK
0, 53, 91, 20
Luminance
0.2107
Every format
| HEX | #cc5f13 |
| RGB | rgb(204, 95, 19) |
| HSL | hsl(25, 83%, 44%) |
| CMYK | cmyk(0%, 53%, 91%, 20%) |
| LAB | lab(53.0 39.5 57.6) |
| LCH | lch(53.0 69.9 55.6) |
| OKLCH | oklch(0.610 0.159 48.2) |
Copy-ready code
/* CSS */
color: #cc5f13;
background-color: #cc5f13;
/* Tailwind (arbitrary) */
class="text-[#cc5f13] bg-[#cc5f13]"
/* SCSS */
$brand: #cc5f13;
/* SwiftUI */
Color(red: 0.800, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#cc5f13")Accessibility — WCAG contrast
Aa
#cc5f13 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5f13 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow90.7%
Key (black)20.0%
Color previews
#cc5f13 text on a black background
contrast 5.21:1
Card sample
#cc5f13 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5f13;
Background color
Panel with #cc5f13 background
background-color: #cc5f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5f13; background: linear-gradient(135deg, #cc5f13, #BECC13);