#cf8413
a dark, electric orange · warm · closest name: peru
RGB
207, 132, 19
HSL
36°, 83%, 44%
CMYK
0, 36, 91, 19
Luminance
0.2981
Every format
| HEX | #cf8413 |
| RGB | rgb(207, 132, 19) |
| HSL | hsl(36, 83%, 44%) |
| CMYK | cmyk(0%, 36%, 91%, 19%) |
| LAB | lab(61.5 21.3 64.1) |
| LCH | lch(61.5 67.5 71.6) |
| OKLCH | oklch(0.676 0.143 68.8) |
Copy-ready code
/* CSS */
color: #cf8413;
background-color: #cf8413;
/* Tailwind (arbitrary) */
class="text-[#cf8413] bg-[#cf8413]"
/* SCSS */
$brand: #cf8413;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.075)
/* Android */
Color.parseColor("#cf8413")Accessibility — WCAG contrast
Aa
#cf8413 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8413 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow90.8%
Key (black)18.8%
Color previews
#cf8413 text on a black background
contrast 6.96:1
Card sample
#cf8413 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8413;
Background color
Panel with #cf8413 background
background-color: #cf8413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8413; background: linear-gradient(135deg, #cf8413, #9DCF13);