#cf495f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 73, 95
HSL
350°, 58%, 55%
CMYK
0, 65, 54, 19
Luminance
0.1886
Every format
| HEX | #cf495f |
| RGB | rgb(207, 73, 95) |
| HSL | hsl(350, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 54%, 19%) |
| LAB | lab(50.5 54.4 16.5) |
| LCH | lch(50.5 56.8 16.9) |
| OKLCH | oklch(0.595 0.169 14.2) |
Copy-ready code
/* CSS */
color: #cf495f;
background-color: #cf495f;
/* Tailwind (arbitrary) */
class="text-[#cf495f] bg-[#cf495f]"
/* SCSS */
$brand: #cf495f;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.373)
/* Android */
Color.parseColor("#cf495f")Accessibility — WCAG contrast
Aa
#cf495f on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf495f on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow54.1%
Key (black)18.8%
Color previews
#cf495f text on a black background
contrast 4.77:1
Card sample
#cf495f text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf495f;
Background color
Panel with #cf495f background
background-color: #cf495f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf495f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf495f; background: linear-gradient(135deg, #cf495f, #CF8C49);