#cf708f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 112, 143
HSL
340°, 50%, 63%
CMYK
0, 46, 31, 19
Luminance
0.2684
Every format
| HEX | #cf708f |
| RGB | rgb(207, 112, 143) |
| HSL | hsl(340, 50%, 63%) |
| CMYK | cmyk(0%, 46%, 31%, 19%) |
| LAB | lab(58.8 40.9 -0.0) |
| LCH | lch(58.8 40.9 360.0) |
| OKLCH | oklch(0.661 0.124 0.2) |
Copy-ready code
/* CSS */
color: #cf708f;
background-color: #cf708f;
/* Tailwind (arbitrary) */
class="text-[#cf708f] bg-[#cf708f]"
/* SCSS */
$brand: #cf708f;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.561)
/* Android */
Color.parseColor("#cf708f")Accessibility — WCAG contrast
Aa
#cf708f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf708f on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow30.9%
Key (black)18.8%
Color previews
#cf708f text on a black background
contrast 6.37:1
Card sample
#cf708f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf708f;
Background color
Panel with #cf708f background
background-color: #cf708f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf708f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf708f; background: linear-gradient(135deg, #cf708f, #CF9070);