#cf6c7b
a balanced, vivid red · warm · closest name: salmon
RGB
207, 108, 123
HSL
351°, 51%, 62%
CMYK
0, 48, 41, 19
Luminance
0.2542
Every format
| HEX | #cf6c7b |
| RGB | rgb(207, 108, 123) |
| HSL | hsl(351, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 41%, 19%) |
| LAB | lab(57.5 40.5 9.7) |
| LCH | lch(57.5 41.6 13.4) |
| OKLCH | oklch(0.649 0.125 11.6) |
Copy-ready code
/* CSS */
color: #cf6c7b;
background-color: #cf6c7b;
/* Tailwind (arbitrary) */
class="text-[#cf6c7b] bg-[#cf6c7b]"
/* SCSS */
$brand: #cf6c7b;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.482)
/* Android */
Color.parseColor("#cf6c7b")Accessibility — WCAG contrast
Aa
#cf6c7b on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6c7b on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow40.6%
Key (black)18.8%
Color previews
#cf6c7b text on a black background
contrast 6.08:1
Card sample
#cf6c7b text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6c7b;
Background color
Panel with #cf6c7b background
background-color: #cf6c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6c7b; background: linear-gradient(135deg, #cf6c7b, #CF9F6C);