#cf520c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 82, 12
HSL
22°, 89%, 43%
CMYK
0, 60, 94, 19
Luminance
0.1933
Every format
| HEX | #cf520c |
| RGB | rgb(207, 82, 12) |
| HSL | hsl(22, 89%, 43%) |
| CMYK | cmyk(0%, 60%, 94%, 19%) |
| LAB | lab(51.1 46.8 58.3) |
| LCH | lch(51.1 74.8 51.3) |
| OKLCH | oklch(0.596 0.173 42.8) |
Copy-ready code
/* CSS */
color: #cf520c;
background-color: #cf520c;
/* Tailwind (arbitrary) */
class="text-[#cf520c] bg-[#cf520c]"
/* SCSS */
$brand: #cf520c;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.047)
/* Android */
Color.parseColor("#cf520c")Accessibility — WCAG contrast
Aa
#cf520c on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf520c on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow94.2%
Key (black)18.8%
Color previews
#cf520c text on a black background
contrast 4.87:1
Card sample
#cf520c text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf520c;
Background color
Panel with #cf520c background
background-color: #cf520c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf520c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf520c; background: linear-gradient(135deg, #cf520c, #CACF0C);