#cf7cbf
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 124, 191
HSL
312°, 46%, 65%
CMYK
0, 40, 8, 19
Luminance
0.3144
Every format
| HEX | #cf7cbf |
| RGB | rgb(207, 124, 191) |
| HSL | hsl(312, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 8%, 19%) |
| LAB | lab(62.9 41.9 -21.4) |
| LCH | lch(62.9 47.0 332.9) |
| OKLCH | oklch(0.697 0.133 334.3) |
Copy-ready code
/* CSS */
color: #cf7cbf;
background-color: #cf7cbf;
/* Tailwind (arbitrary) */
class="text-[#cf7cbf] bg-[#cf7cbf]"
/* SCSS */
$brand: #cf7cbf;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#cf7cbf")Accessibility — WCAG contrast
Aa
#cf7cbf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7cbf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow7.7%
Key (black)18.8%
Color previews
#cf7cbf text on a black background
contrast 7.29:1
Card sample
#cf7cbf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7cbf;
Background color
Panel with #cf7cbf background
background-color: #cf7cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7cbf; background: linear-gradient(135deg, #cf7cbf, #CF7C88);