#cf70af
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 112, 175
HSL
320°, 50%, 63%
CMYK
0, 46, 16, 19
Luminance
0.2795
Every format
| HEX | #cf70af |
| RGB | rgb(207, 112, 175) |
| HSL | hsl(320, 50%, 63%) |
| CMYK | cmyk(0%, 46%, 16%, 19%) |
| LAB | lab(59.8 45.5 -17.0) |
| LCH | lch(59.8 48.5 339.5) |
| OKLCH | oklch(0.672 0.141 341.4) |
Copy-ready code
/* CSS */
color: #cf70af;
background-color: #cf70af;
/* Tailwind (arbitrary) */
class="text-[#cf70af] bg-[#cf70af]"
/* SCSS */
$brand: #cf70af;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.686)
/* Android */
Color.parseColor("#cf70af")Accessibility — WCAG contrast
Aa
#cf70af on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf70af on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow15.5%
Key (black)18.8%
Color previews
#cf70af text on a black background
contrast 6.59:1
Card sample
#cf70af text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70af;
Background color
Panel with #cf70af background
background-color: #cf70af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70af; background: linear-gradient(135deg, #cf70af, #CF7070);