#cf6ba4
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 107, 164
HSL
326°, 51%, 62%
CMYK
0, 48, 21, 19
Luminance
0.2646
Every format
| HEX | #cf6ba4 |
| RGB | rgb(207, 107, 164) |
| HSL | hsl(326, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 21%, 19%) |
| LAB | lab(58.5 46.3 -12.7) |
| LCH | lch(58.5 48.0 344.7) |
| OKLCH | oklch(0.660 0.142 346.4) |
Copy-ready code
/* CSS */
color: #cf6ba4;
background-color: #cf6ba4;
/* Tailwind (arbitrary) */
class="text-[#cf6ba4] bg-[#cf6ba4]"
/* SCSS */
$brand: #cf6ba4;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.643)
/* Android */
Color.parseColor("#cf6ba4")Accessibility — WCAG contrast
Aa
#cf6ba4 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ba4 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow20.8%
Key (black)18.8%
Color previews
#cf6ba4 text on a black background
contrast 6.29:1
Card sample
#cf6ba4 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ba4;
Background color
Panel with #cf6ba4 background
background-color: #cf6ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ba4; background: linear-gradient(135deg, #cf6ba4, #CF756B);