#cf4607
a dark, electric orange · warm · closest name: chocolate
RGB
207, 70, 7
HSL
19°, 94%, 42%
CMYK
0, 66, 97, 19
Luminance
0.1766
Every format
| HEX | #cf4607 |
| RGB | rgb(207, 70, 7) |
| HSL | hsl(19, 94%, 42%) |
| CMYK | cmyk(0%, 66%, 97%, 19%) |
| LAB | lab(49.1 52.0 58.3) |
| LCH | lch(49.1 78.1 48.2) |
| OKLCH | oklch(0.581 0.183 39.0) |
Copy-ready code
/* CSS */
color: #cf4607;
background-color: #cf4607;
/* Tailwind (arbitrary) */
class="text-[#cf4607] bg-[#cf4607]"
/* SCSS */
$brand: #cf4607;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#cf4607")Accessibility — WCAG contrast
Aa
#cf4607 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4607 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow96.6%
Key (black)18.8%
Color previews
#cf4607 text on a black background
contrast 4.53:1
Card sample
#cf4607 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4607;
Background color
Panel with #cf4607 background
background-color: #cf4607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4607; background: linear-gradient(135deg, #cf4607, #CFCC07);