#cf390d
a dark, electric red · warm · closest name: tomato
RGB
207, 57, 13
HSL
14°, 88%, 43%
CMYK
0, 73, 94, 19
Luminance
0.1622
Every format
| HEX | #cf390d |
| RGB | rgb(207, 57, 13) |
| HSL | hsl(14, 88%, 43%) |
| CMYK | cmyk(0%, 73%, 94%, 19%) |
| LAB | lab(47.3 57.1 55.6) |
| LCH | lch(47.3 79.7 44.3) |
| OKLCH | oklch(0.567 0.193 34.9) |
Copy-ready code
/* CSS */
color: #cf390d;
background-color: #cf390d;
/* Tailwind (arbitrary) */
class="text-[#cf390d] bg-[#cf390d]"
/* SCSS */
$brand: #cf390d;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.051)
/* Android */
Color.parseColor("#cf390d")Accessibility — WCAG contrast
Aa
#cf390d on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf390d on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow93.7%
Key (black)18.8%
Color previews
#cf390d text on a black background
contrast 4.24:1
Card sample
#cf390d text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf390d;
Background color
Panel with #cf390d background
background-color: #cf390d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf390d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf390d; background: linear-gradient(135deg, #cf390d, #CFBA0D);