#cf565b
a balanced, vivid red · warm · closest name: salmon
RGB
207, 86, 91
HSL
358°, 56%, 58%
CMYK
0, 59, 56, 19
Luminance
0.2068
Every format
| HEX | #cf565b |
| RGB | rgb(207, 86, 91) |
| HSL | hsl(358, 56%, 58%) |
| CMYK | cmyk(0%, 59%, 56%, 19%) |
| LAB | lab(52.6 48.3 21.7) |
| LCH | lch(52.6 53.0 24.2) |
| OKLCH | oklch(0.610 0.154 20.4) |
Copy-ready code
/* CSS */
color: #cf565b;
background-color: #cf565b;
/* Tailwind (arbitrary) */
class="text-[#cf565b] bg-[#cf565b]"
/* SCSS */
$brand: #cf565b;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.357)
/* Android */
Color.parseColor("#cf565b")Accessibility — WCAG contrast
Aa
#cf565b on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf565b on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow56.0%
Key (black)18.8%
Color previews
#cf565b text on a black background
contrast 5.14:1
Card sample
#cf565b text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf565b;
Background color
Panel with #cf565b background
background-color: #cf565b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf565b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf565b; background: linear-gradient(135deg, #cf565b, #CFA256);