#cf707f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 112, 127
HSL
351°, 50%, 63%
CMYK
0, 46, 39, 19
Luminance
0.2639
Every format
| HEX | #cf707f |
| RGB | rgb(207, 112, 127) |
| HSL | hsl(351, 50%, 63%) |
| CMYK | cmyk(0%, 46%, 39%, 19%) |
| LAB | lab(58.4 38.9 8.7) |
| LCH | lch(58.4 39.8 12.5) |
| OKLCH | oklch(0.656 0.120 10.9) |
Copy-ready code
/* CSS */
color: #cf707f;
background-color: #cf707f;
/* Tailwind (arbitrary) */
class="text-[#cf707f] bg-[#cf707f]"
/* SCSS */
$brand: #cf707f;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.498)
/* Android */
Color.parseColor("#cf707f")Accessibility — WCAG contrast
Aa
#cf707f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf707f on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow38.6%
Key (black)18.8%
Color previews
#cf707f text on a black background
contrast 6.28:1
Card sample
#cf707f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf707f;
Background color
Panel with #cf707f background
background-color: #cf707f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf707f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf707f; background: linear-gradient(135deg, #cf707f, #CFA070);