#cf709f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 112, 159
HSL
330°, 50%, 63%
CMYK
0, 46, 23, 19
Luminance
0.2736
Every format
| HEX | #cf709f |
| RGB | rgb(207, 112, 159) |
| HSL | hsl(330, 50%, 63%) |
| CMYK | cmyk(0%, 46%, 23%, 19%) |
| LAB | lab(59.3 43.0 -8.6) |
| LCH | lch(59.3 43.9 348.7) |
| OKLCH | oklch(0.666 0.131 350.2) |
Copy-ready code
/* CSS */
color: #cf709f;
background-color: #cf709f;
/* Tailwind (arbitrary) */
class="text-[#cf709f] bg-[#cf709f]"
/* SCSS */
$brand: #cf709f;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.624)
/* Android */
Color.parseColor("#cf709f")Accessibility — WCAG contrast
Aa
#cf709f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf709f on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow23.2%
Key (black)18.8%
Color previews
#cf709f text on a black background
contrast 6.47:1
Card sample
#cf709f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf709f;
Background color
Panel with #cf709f background
background-color: #cf709f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf709f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf709f; background: linear-gradient(135deg, #cf709f, #CF8070);