#cf545c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 84, 92
HSL
356°, 56%, 57%
CMYK
0, 59, 56, 19
Luminance
0.2038
Every format
| HEX | #cf545c |
| RGB | rgb(207, 84, 92) |
| HSL | hsl(356, 56%, 57%) |
| CMYK | cmyk(0%, 59%, 56%, 19%) |
| LAB | lab(52.3 49.3 20.7) |
| LCH | lch(52.3 53.5 22.7) |
| OKLCH | oklch(0.608 0.156 19.1) |
Copy-ready code
/* CSS */
color: #cf545c;
background-color: #cf545c;
/* Tailwind (arbitrary) */
class="text-[#cf545c] bg-[#cf545c]"
/* SCSS */
$brand: #cf545c;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.361)
/* Android */
Color.parseColor("#cf545c")Accessibility — WCAG contrast
Aa
#cf545c on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf545c on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow55.6%
Key (black)18.8%
Color previews
#cf545c text on a black background
contrast 5.08:1
Card sample
#cf545c text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf545c;
Background color
Panel with #cf545c background
background-color: #cf545c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf545c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf545c; background: linear-gradient(135deg, #cf545c, #CF9E54);