#cf4413
a dark, electric orange · warm · closest name: tomato
RGB
207, 68, 19
HSL
16°, 83%, 44%
CMYK
0, 67, 91, 19
Luminance
0.1745
Every format
| HEX | #cf4413 |
| RGB | rgb(207, 68, 19) |
| HSL | hsl(16, 83%, 44%) |
| CMYK | cmyk(0%, 67%, 91%, 19%) |
| LAB | lab(48.8 53.0 54.8) |
| LCH | lch(48.8 76.2 46.0) |
| OKLCH | oklch(0.579 0.183 37.2) |
Copy-ready code
/* CSS */
color: #cf4413;
background-color: #cf4413;
/* Tailwind (arbitrary) */
class="text-[#cf4413] bg-[#cf4413]"
/* SCSS */
$brand: #cf4413;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#cf4413")Accessibility — WCAG contrast
Aa
#cf4413 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4413 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow90.8%
Key (black)18.8%
Color previews
#cf4413 text on a black background
contrast 4.49:1
Card sample
#cf4413 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4413;
Background color
Panel with #cf4413 background
background-color: #cf4413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4413; background: linear-gradient(135deg, #cf4413, #CFC113);