#cc7f13
a dark, electric orange · warm · closest name: peru
RGB
204, 127, 19
HSL
35°, 83%, 44%
CMYK
0, 38, 91, 20
Luminance
0.2806
Every format
| HEX | #cc7f13 |
| RGB | rgb(204, 127, 19) |
| HSL | hsl(35, 83%, 44%) |
| CMYK | cmyk(0%, 38%, 91%, 20%) |
| LAB | lab(60.0 22.7 62.8) |
| LCH | lch(60.0 66.7 70.1) |
| OKLCH | oklch(0.663 0.142 66.8) |
Copy-ready code
/* CSS */
color: #cc7f13;
background-color: #cc7f13;
/* Tailwind (arbitrary) */
class="text-[#cc7f13] bg-[#cc7f13]"
/* SCSS */
$brand: #cc7f13;
/* SwiftUI */
Color(red: 0.800, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#cc7f13")Accessibility — WCAG contrast
Aa
#cc7f13 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7f13 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow90.7%
Key (black)20.0%
Color previews
#cc7f13 text on a black background
contrast 6.61:1
Card sample
#cc7f13 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7f13;
Background color
Panel with #cc7f13 background
background-color: #cc7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7f13; background: linear-gradient(135deg, #cc7f13, #9ECC13);