#cf6dab
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 109, 171
HSL
322°, 51%, 62%
CMYK
0, 47, 17, 19
Luminance
0.2714
Every format
| HEX | #cf6dab |
| RGB | rgb(207, 109, 171) |
| HSL | hsl(322, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 17%, 19%) |
| LAB | lab(59.1 46.4 -15.8) |
| LCH | lch(59.1 49.0 341.2) |
| OKLCH | oklch(0.666 0.144 343.0) |
Copy-ready code
/* CSS */
color: #cf6dab;
background-color: #cf6dab;
/* Tailwind (arbitrary) */
class="text-[#cf6dab] bg-[#cf6dab]"
/* SCSS */
$brand: #cf6dab;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.671)
/* Android */
Color.parseColor("#cf6dab")Accessibility — WCAG contrast
Aa
#cf6dab on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6dab on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow17.4%
Key (black)18.8%
Color previews
#cf6dab text on a black background
contrast 6.43:1
Card sample
#cf6dab text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6dab;
Background color
Panel with #cf6dab background
background-color: #cf6dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6dab; background: linear-gradient(135deg, #cf6dab, #CF706D);