#cf7abf
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 122, 191
HSL
311°, 47%, 65%
CMYK
0, 41, 8, 19
Luminance
0.3095
Every format
| HEX | #cf7abf |
| RGB | rgb(207, 122, 191) |
| HSL | hsl(311, 47%, 65%) |
| CMYK | cmyk(0%, 41%, 8%, 19%) |
| LAB | lab(62.5 42.9 -22.1) |
| LCH | lch(62.5 48.3 332.8) |
| OKLCH | oklch(0.694 0.137 334.2) |
Copy-ready code
/* CSS */
color: #cf7abf;
background-color: #cf7abf;
/* Tailwind (arbitrary) */
class="text-[#cf7abf] bg-[#cf7abf]"
/* SCSS */
$brand: #cf7abf;
/* SwiftUI */
Color(red: 0.812, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#cf7abf")Accessibility — WCAG contrast
Aa
#cf7abf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7abf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow7.7%
Key (black)18.8%
Color previews
#cf7abf text on a black background
contrast 7.19:1
Card sample
#cf7abf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7abf;
Background color
Panel with #cf7abf background
background-color: #cf7abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7abf; background: linear-gradient(135deg, #cf7abf, #CF7A86);