#cf4b0c
a dark, electric orange · warm · closest name: chocolate
RGB
207, 75, 12
HSL
19°, 89%, 43%
CMYK
0, 64, 94, 19
Luminance
0.1832
Every format
| HEX | #cf4b0c |
| RGB | rgb(207, 75, 12) |
| HSL | hsl(19, 89%, 43%) |
| CMYK | cmyk(0%, 64%, 94%, 19%) |
| LAB | lab(49.9 49.9 57.6) |
| LCH | lch(49.9 76.2 49.1) |
| OKLCH | oklch(0.587 0.178 40.2) |
Copy-ready code
/* CSS */
color: #cf4b0c;
background-color: #cf4b0c;
/* Tailwind (arbitrary) */
class="text-[#cf4b0c] bg-[#cf4b0c]"
/* SCSS */
$brand: #cf4b0c;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.047)
/* Android */
Color.parseColor("#cf4b0c")Accessibility — WCAG contrast
Aa
#cf4b0c on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4b0c on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow94.2%
Key (black)18.8%
Color previews
#cf4b0c text on a black background
contrast 4.66:1
Card sample
#cf4b0c text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4b0c;
Background color
Panel with #cf4b0c background
background-color: #cf4b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4b0c; background: linear-gradient(135deg, #cf4b0c, #CFCD0C);