#cf4516
a dark, electric orange · warm · closest name: tomato
RGB
207, 69, 22
HSL
15°, 81%, 45%
CMYK
0, 67, 89, 19
Luminance
0.1758
Every format
| HEX | #cf4516 |
| RGB | rgb(207, 69, 22) |
| HSL | hsl(15, 81%, 45%) |
| CMYK | cmyk(0%, 67%, 89%, 19%) |
| LAB | lab(49.0 52.6 53.9) |
| LCH | lch(49.0 75.3 45.7) |
| OKLCH | oklch(0.580 0.182 37.1) |
Copy-ready code
/* CSS */
color: #cf4516;
background-color: #cf4516;
/* Tailwind (arbitrary) */
class="text-[#cf4516] bg-[#cf4516]"
/* SCSS */
$brand: #cf4516;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.086)
/* Android */
Color.parseColor("#cf4516")Accessibility — WCAG contrast
Aa
#cf4516 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4516 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow89.4%
Key (black)18.8%
Color previews
#cf4516 text on a black background
contrast 4.52:1
Card sample
#cf4516 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4516;
Background color
Panel with #cf4516 background
background-color: #cf4516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4516; background: linear-gradient(135deg, #cf4516, #CFC016);