#cf4012
a dark, electric red · warm · closest name: tomato
RGB
207, 64, 18
HSL
15°, 84%, 44%
CMYK
0, 69, 91, 19
Luminance
0.1698
Every format
| HEX | #cf4012 |
| RGB | rgb(207, 64, 18) |
| HSL | hsl(15, 84%, 44%) |
| CMYK | cmyk(0%, 69%, 91%, 19%) |
| LAB | lab(48.2 54.5 54.7) |
| LCH | lch(48.2 77.3 45.1) |
| OKLCH | oklch(0.575 0.187 36.2) |
Copy-ready code
/* CSS */
color: #cf4012;
background-color: #cf4012;
/* Tailwind (arbitrary) */
class="text-[#cf4012] bg-[#cf4012]"
/* SCSS */
$brand: #cf4012;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.071)
/* Android */
Color.parseColor("#cf4012")Accessibility — WCAG contrast
Aa
#cf4012 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4012 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow91.3%
Key (black)18.8%
Color previews
#cf4012 text on a black background
contrast 4.40:1
Card sample
#cf4012 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4012;
Background color
Panel with #cf4012 background
background-color: #cf4012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4012; background: linear-gradient(135deg, #cf4012, #CFBE12);