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