#cf6f7d
a balanced, vivid red · warm · closest name: salmon
RGB
207, 111, 125
HSL
351°, 50%, 62%
CMYK
0, 46, 40, 19
Luminance
0.2611
Every format
| HEX | #cf6f7d |
| RGB | rgb(207, 111, 125) |
| HSL | hsl(351, 50%, 62%) |
| CMYK | cmyk(0%, 46%, 40%, 19%) |
| LAB | lab(58.1 39.2 9.4) |
| LCH | lch(58.1 40.3 13.5) |
| OKLCH | oklch(0.654 0.121 11.7) |
Copy-ready code
/* CSS */
color: #cf6f7d;
background-color: #cf6f7d;
/* Tailwind (arbitrary) */
class="text-[#cf6f7d] bg-[#cf6f7d]"
/* SCSS */
$brand: #cf6f7d;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.490)
/* Android */
Color.parseColor("#cf6f7d")Accessibility — WCAG contrast
Aa
#cf6f7d on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6f7d on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow39.6%
Key (black)18.8%
Color previews
#cf6f7d text on a black background
contrast 6.22:1
Card sample
#cf6f7d text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6f7d;
Background color
Panel with #cf6f7d background
background-color: #cf6f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6f7d; background: linear-gradient(135deg, #cf6f7d, #CFA16F);