#cf718b
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 113, 139
HSL
343°, 50%, 63%
CMYK
0, 45, 33, 19
Luminance
0.2694
Every format
| HEX | #cf718b |
| RGB | rgb(207, 113, 139) |
| HSL | hsl(343, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 33%, 19%) |
| LAB | lab(58.9 39.8 2.4) |
| LCH | lch(58.9 39.9 3.5) |
| OKLCH | oklch(0.661 0.121 3.2) |
Copy-ready code
/* CSS */
color: #cf718b;
background-color: #cf718b;
/* Tailwind (arbitrary) */
class="text-[#cf718b] bg-[#cf718b]"
/* SCSS */
$brand: #cf718b;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.545)
/* Android */
Color.parseColor("#cf718b")Accessibility — WCAG contrast
Aa
#cf718b on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf718b on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow32.9%
Key (black)18.8%
Color previews
#cf718b text on a black background
contrast 6.39:1
Card sample
#cf718b text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf718b;
Background color
Panel with #cf718b background
background-color: #cf718b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf718b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf718b; background: linear-gradient(135deg, #cf718b, #CF9671);