#cf4547
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 69, 71
HSL
359°, 59%, 54%
CMYK
0, 67, 66, 19
Luminance
0.1798
Every format
| HEX | #cf4547 |
| RGB | rgb(207, 69, 71) |
| HSL | hsl(359, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 66%, 19%) |
| LAB | lab(49.5 54.4 29.4) |
| LCH | lch(49.5 61.9 28.4) |
| OKLCH | oklch(0.585 0.174 23.5) |
Copy-ready code
/* CSS */
color: #cf4547;
background-color: #cf4547;
/* Tailwind (arbitrary) */
class="text-[#cf4547] bg-[#cf4547]"
/* SCSS */
$brand: #cf4547;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.278)
/* Android */
Color.parseColor("#cf4547")Accessibility — WCAG contrast
Aa
#cf4547 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4547 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow65.7%
Key (black)18.8%
Color previews
#cf4547 text on a black background
contrast 4.60:1
Card sample
#cf4547 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4547;
Background color
Panel with #cf4547 background
background-color: #cf4547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4547; background: linear-gradient(135deg, #cf4547, #CF9F45);