#cf4f5d
a balanced, vivid red · warm · closest name: salmon
RGB
207, 79, 93
HSL
353°, 57%, 56%
CMYK
0, 62, 55, 19
Luminance
0.1965
Every format
| HEX | #cf4f5d |
| RGB | rgb(207, 79, 93) |
| HSL | hsl(353, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 55%, 19%) |
| LAB | lab(51.4 51.6 19.0) |
| LCH | lch(51.4 55.0 20.2) |
| OKLCH | oklch(0.601 0.162 16.9) |
Copy-ready code
/* CSS */
color: #cf4f5d;
background-color: #cf4f5d;
/* Tailwind (arbitrary) */
class="text-[#cf4f5d] bg-[#cf4f5d]"
/* SCSS */
$brand: #cf4f5d;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.365)
/* Android */
Color.parseColor("#cf4f5d")Accessibility — WCAG contrast
Aa
#cf4f5d on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f5d on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow55.1%
Key (black)18.8%
Color previews
#cf4f5d text on a black background
contrast 4.93:1
Card sample
#cf4f5d text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f5d;
Background color
Panel with #cf4f5d background
background-color: #cf4f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f5d; background: linear-gradient(135deg, #cf4f5d, #CF964F);