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