#cf565f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 86, 95
HSL
356°, 56%, 58%
CMYK
0, 59, 54, 19
Luminance
0.2075
Every format
| HEX | #cf565f |
| RGB | rgb(207, 86, 95) |
| HSL | hsl(356, 56%, 58%) |
| CMYK | cmyk(0%, 59%, 54%, 19%) |
| LAB | lab(52.7 48.6 19.4) |
| LCH | lch(52.7 52.4 21.8) |
| OKLCH | oklch(0.611 0.153 18.4) |
Copy-ready code
/* CSS */
color: #cf565f;
background-color: #cf565f;
/* Tailwind (arbitrary) */
class="text-[#cf565f] bg-[#cf565f]"
/* SCSS */
$brand: #cf565f;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.373)
/* Android */
Color.parseColor("#cf565f")Accessibility — WCAG contrast
Aa
#cf565f on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf565f on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow54.1%
Key (black)18.8%
Color previews
#cf565f text on a black background
contrast 5.15:1
Card sample
#cf565f text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf565f;
Background color
Panel with #cf565f background
background-color: #cf565f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf565f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf565f; background: linear-gradient(135deg, #cf565f, #CF9E56);