#cf4642
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 70, 66
HSL
2°, 60%, 54%
CMYK
0, 66, 68, 19
Luminance
0.1804
Every format
| HEX | #cf4642 |
| RGB | rgb(207, 70, 66) |
| HSL | hsl(2, 60%, 54%) |
| CMYK | cmyk(0%, 66%, 68%, 19%) |
| LAB | lab(49.5 53.7 32.5) |
| LCH | lch(49.5 62.8 31.1) |
| OKLCH | oklch(0.586 0.174 25.7) |
Copy-ready code
/* CSS */
color: #cf4642;
background-color: #cf4642;
/* Tailwind (arbitrary) */
class="text-[#cf4642] bg-[#cf4642]"
/* SCSS */
$brand: #cf4642;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.259)
/* Android */
Color.parseColor("#cf4642")Accessibility — WCAG contrast
Aa
#cf4642 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4642 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow68.1%
Key (black)18.8%
Color previews
#cf4642 text on a black background
contrast 4.61:1
Card sample
#cf4642 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4642;
Background color
Panel with #cf4642 background
background-color: #cf4642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4642; background: linear-gradient(135deg, #cf4642, #CFA442);