#cf341f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 52, 31
HSL
7°, 74%, 47%
CMYK
0, 75, 85, 19
Luminance
0.1582
Every format
| HEX | #cf341f |
| RGB | rgb(207, 52, 31) |
| HSL | hsl(7, 74%, 47%) |
| CMYK | cmyk(0%, 75%, 85%, 19%) |
| LAB | lab(46.7 59.1 48.3) |
| LCH | lch(46.7 76.3 39.3) |
| OKLCH | oklch(0.564 0.195 31.1) |
Copy-ready code
/* CSS */
color: #cf341f;
background-color: #cf341f;
/* Tailwind (arbitrary) */
class="text-[#cf341f] bg-[#cf341f]"
/* SCSS */
$brand: #cf341f;
/* SwiftUI */
Color(red: 0.812, green: 0.204, blue: 0.122)
/* Android */
Color.parseColor("#cf341f")Accessibility — WCAG contrast
Aa
#cf341f on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf341f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow85.0%
Key (black)18.8%
Color previews
#cf341f text on a black background
contrast 4.16:1
Card sample
#cf341f text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf341f;
Background color
Panel with #cf341f background
background-color: #cf341f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf341f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 52, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 52, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf341f; background: linear-gradient(135deg, #cf341f, #CFAA1F);