#cf6d7c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 109, 124
HSL
351°, 51%, 62%
CMYK
0, 47, 40, 19
Luminance
0.2566
Every format
| HEX | #cf6d7c |
| RGB | rgb(207, 109, 124) |
| HSL | hsl(351, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 40%, 19%) |
| LAB | lab(57.7 40.1 9.4) |
| LCH | lch(57.7 41.2 13.2) |
| OKLCH | oklch(0.651 0.124 11.4) |
Copy-ready code
/* CSS */
color: #cf6d7c;
background-color: #cf6d7c;
/* Tailwind (arbitrary) */
class="text-[#cf6d7c] bg-[#cf6d7c]"
/* SCSS */
$brand: #cf6d7c;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.486)
/* Android */
Color.parseColor("#cf6d7c")Accessibility — WCAG contrast
Aa
#cf6d7c on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6d7c on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow40.1%
Key (black)18.8%
Color previews
#cf6d7c text on a black background
contrast 6.13:1
Card sample
#cf6d7c text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6d7c;
Background color
Panel with #cf6d7c background
background-color: #cf6d7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6d7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6d7c; background: linear-gradient(135deg, #cf6d7c, #CF9F6D);