#cf320b
a dark, electric red · warm · closest name: tomato
RGB
207, 50, 11
HSL
12°, 90%, 43%
CMYK
0, 76, 95, 19
Luminance
0.1557
Every format
| HEX | #cf320b |
| RGB | rgb(207, 50, 11) |
| HSL | hsl(12, 90%, 43%) |
| CMYK | cmyk(0%, 76%, 95%, 19%) |
| LAB | lab(46.4 59.4 55.7) |
| LCH | lch(46.4 81.4 43.1) |
| OKLCH | oklch(0.561 0.198 33.6) |
Copy-ready code
/* CSS */
color: #cf320b;
background-color: #cf320b;
/* Tailwind (arbitrary) */
class="text-[#cf320b] bg-[#cf320b]"
/* SCSS */
$brand: #cf320b;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.043)
/* Android */
Color.parseColor("#cf320b")Accessibility — WCAG contrast
Aa
#cf320b on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf320b on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow94.7%
Key (black)18.8%
Color previews
#cf320b text on a black background
contrast 4.11:1
Card sample
#cf320b text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf320b;
Background color
Panel with #cf320b background
background-color: #cf320b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf320b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf320b; background: linear-gradient(135deg, #cf320b, #CFB40B);