#cf403d
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 64, 61
HSL
1°, 60%, 53%
CMYK
0, 69, 71, 19
Luminance
0.1727
Every format
| HEX | #cf403d |
| RGB | rgb(207, 64, 61) |
| HSL | hsl(1, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 71%, 19%) |
| LAB | lab(48.6 55.9 34.2) |
| LCH | lch(48.6 65.5 31.5) |
| OKLCH | oklch(0.578 0.180 25.8) |
Copy-ready code
/* CSS */
color: #cf403d;
background-color: #cf403d;
/* Tailwind (arbitrary) */
class="text-[#cf403d] bg-[#cf403d]"
/* SCSS */
$brand: #cf403d;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.239)
/* Android */
Color.parseColor("#cf403d")Accessibility — WCAG contrast
Aa
#cf403d on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf403d on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow70.5%
Key (black)18.8%
Color previews
#cf403d text on a black background
contrast 4.45:1
Card sample
#cf403d text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf403d;
Background color
Panel with #cf403d background
background-color: #cf403d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf403d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf403d; background: linear-gradient(135deg, #cf403d, #CFA13D);