#cf490c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 73, 12
HSL
19°, 89%, 43%
CMYK
0, 65, 94, 19
Luminance
0.1806
Every format
| HEX | #cf490c |
| RGB | rgb(207, 73, 12) |
| HSL | hsl(19, 89%, 43%) |
| CMYK | cmyk(0%, 65%, 94%, 19%) |
| LAB | lab(49.6 50.8 57.4) |
| LCH | lch(49.6 76.6 48.5) |
| OKLCH | oklch(0.585 0.180 39.5) |
Copy-ready code
/* CSS */
color: #cf490c;
background-color: #cf490c;
/* Tailwind (arbitrary) */
class="text-[#cf490c] bg-[#cf490c]"
/* SCSS */
$brand: #cf490c;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.047)
/* Android */
Color.parseColor("#cf490c")Accessibility — WCAG contrast
Aa
#cf490c on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf490c on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow94.2%
Key (black)18.8%
Color previews
#cf490c text on a black background
contrast 4.61:1
Card sample
#cf490c text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf490c;
Background color
Panel with #cf490c background
background-color: #cf490c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf490c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf490c; background: linear-gradient(135deg, #cf490c, #CFCB0C);