#cf6ba7
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 107, 167
HSL
324°, 51%, 62%
CMYK
0, 48, 19, 19
Luminance
0.2657
Every format
| HEX | #cf6ba7 |
| RGB | rgb(207, 107, 167) |
| HSL | hsl(324, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 19%, 19%) |
| LAB | lab(58.6 46.8 -14.3) |
| LCH | lch(58.6 48.9 343.0) |
| OKLCH | oklch(0.662 0.144 344.8) |
Copy-ready code
/* CSS */
color: #cf6ba7;
background-color: #cf6ba7;
/* Tailwind (arbitrary) */
class="text-[#cf6ba7] bg-[#cf6ba7]"
/* SCSS */
$brand: #cf6ba7;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.655)
/* Android */
Color.parseColor("#cf6ba7")Accessibility — WCAG contrast
Aa
#cf6ba7 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ba7 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow19.3%
Key (black)18.8%
Color previews
#cf6ba7 text on a black background
contrast 6.31:1
Card sample
#cf6ba7 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ba7;
Background color
Panel with #cf6ba7 background
background-color: #cf6ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ba7; background: linear-gradient(135deg, #cf6ba7, #CF726B);