#cf7caa
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 124, 170
HSL
327°, 46%, 65%
CMYK
0, 40, 18, 19
Luminance
0.3058
Every format
| HEX | #cf7caa |
| RGB | rgb(207, 124, 170) |
| HSL | hsl(327, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 18%, 19%) |
| LAB | lab(62.2 38.4 -10.6) |
| LCH | lch(62.2 39.9 344.6) |
| OKLCH | oklch(0.689 0.117 346.3) |
Copy-ready code
/* CSS */
color: #cf7caa;
background-color: #cf7caa;
/* Tailwind (arbitrary) */
class="text-[#cf7caa] bg-[#cf7caa]"
/* SCSS */
$brand: #cf7caa;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.667)
/* Android */
Color.parseColor("#cf7caa")Accessibility — WCAG contrast
Aa
#cf7caa on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7caa on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow17.9%
Key (black)18.8%
Color previews
#cf7caa text on a black background
contrast 7.12:1
Card sample
#cf7caa text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7caa;
Background color
Panel with #cf7caa background
background-color: #cf7caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7caa; background: linear-gradient(135deg, #cf7caa, #CF857C);