#cf5413
a dark, electric orange · warm · closest name: chocolate
RGB
207, 84, 19
HSL
21°, 83%, 44%
CMYK
0, 59, 91, 19
Luminance
0.1965
Every format
| HEX | #cf5413 |
| RGB | rgb(207, 84, 19) |
| HSL | hsl(21, 83%, 44%) |
| CMYK | cmyk(0%, 59%, 91%, 19%) |
| LAB | lab(51.5 46.0 56.7) |
| LCH | lch(51.5 73.0 51.0) |
| OKLCH | oklch(0.599 0.170 42.8) |
Copy-ready code
/* CSS */
color: #cf5413;
background-color: #cf5413;
/* Tailwind (arbitrary) */
class="text-[#cf5413] bg-[#cf5413]"
/* SCSS */
$brand: #cf5413;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#cf5413")Accessibility — WCAG contrast
Aa
#cf5413 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5413 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow90.8%
Key (black)18.8%
Color previews
#cf5413 text on a black background
contrast 4.93:1
Card sample
#cf5413 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5413;
Background color
Panel with #cf5413 background
background-color: #cf5413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5413; background: linear-gradient(135deg, #cf5413, #CDCF13);