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