#cf758f
a balanced, vivid magenta / pink · warm · closest name: pink
RGB
207, 117, 143
HSL
343°, 48%, 64%
CMYK
0, 44, 31, 19
Luminance
0.2797
Every format
| HEX | #cf758f |
| RGB | rgb(207, 117, 143) |
| HSL | hsl(343, 48%, 64%) |
| CMYK | cmyk(0%, 44%, 31%, 19%) |
| LAB | lab(59.9 38.3 1.5) |
| LCH | lch(59.9 38.3 2.2) |
| OKLCH | oklch(0.669 0.116 2.2) |
Copy-ready code
/* CSS */
color: #cf758f;
background-color: #cf758f;
/* Tailwind (arbitrary) */
class="text-[#cf758f] bg-[#cf758f]"
/* SCSS */
$brand: #cf758f;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.561)
/* Android */
Color.parseColor("#cf758f")Accessibility — WCAG contrast
Aa
#cf758f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf758f on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow30.9%
Key (black)18.8%
Color previews
#cf758f text on a black background
contrast 6.59:1
Card sample
#cf758f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf758f;
Background color
Panel with #cf758f background
background-color: #cf758f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf758f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf758f; background: linear-gradient(135deg, #cf758f, #CF9775);