#cf404f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 64, 79
HSL
354°, 60%, 53%
CMYK
0, 69, 62, 19
Luminance
0.1750
Every format
| HEX | #cf404f |
| RGB | rgb(207, 64, 79) |
| HSL | hsl(354, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 62%, 19%) |
| LAB | lab(48.9 56.9 24.0) |
| LCH | lch(48.9 61.7 22.9) |
| OKLCH | oklch(0.581 0.179 18.9) |
Copy-ready code
/* CSS */
color: #cf404f;
background-color: #cf404f;
/* Tailwind (arbitrary) */
class="text-[#cf404f] bg-[#cf404f]"
/* SCSS */
$brand: #cf404f;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.310)
/* Android */
Color.parseColor("#cf404f")Accessibility — WCAG contrast
Aa
#cf404f on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf404f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow61.8%
Key (black)18.8%
Color previews
#cf404f text on a black background
contrast 4.50:1
Card sample
#cf404f text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf404f;
Background color
Panel with #cf404f background
background-color: #cf404f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf404f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf404f; background: linear-gradient(135deg, #cf404f, #CF9040);