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