#cf4613
a dark, electric orange · warm · closest name: tomato
RGB
207, 70, 19
HSL
16°, 83%, 44%
CMYK
0, 66, 91, 19
Luminance
0.1769
Every format
| HEX | #cf4613 |
| RGB | rgb(207, 70, 19) |
| HSL | hsl(16, 83%, 44%) |
| CMYK | cmyk(0%, 66%, 91%, 19%) |
| LAB | lab(49.1 52.1 55.0) |
| LCH | lch(49.1 75.8 46.5) |
| OKLCH | oklch(0.581 0.182 37.8) |
Copy-ready code
/* CSS */
color: #cf4613;
background-color: #cf4613;
/* Tailwind (arbitrary) */
class="text-[#cf4613] bg-[#cf4613]"
/* SCSS */
$brand: #cf4613;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#cf4613")Accessibility — WCAG contrast
Aa
#cf4613 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4613 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow90.8%
Key (black)18.8%
Color previews
#cf4613 text on a black background
contrast 4.54:1
Card sample
#cf4613 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4613;
Background color
Panel with #cf4613 background
background-color: #cf4613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4613; background: linear-gradient(135deg, #cf4613, #CFC313);