#cf689f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 104, 159
HSL
328°, 52%, 61%
CMYK
0, 50, 23, 19
Luminance
0.2567
Every format
| HEX | #cf689f |
| RGB | rgb(207, 104, 159) |
| HSL | hsl(328, 52%, 61%) |
| CMYK | cmyk(0%, 50%, 23%, 19%) |
| LAB | lab(57.7 47.1 -10.9) |
| LCH | lch(57.7 48.4 346.9) |
| OKLCH | oklch(0.654 0.144 348.6) |
Copy-ready code
/* CSS */
color: #cf689f;
background-color: #cf689f;
/* Tailwind (arbitrary) */
class="text-[#cf689f] bg-[#cf689f]"
/* SCSS */
$brand: #cf689f;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.624)
/* Android */
Color.parseColor("#cf689f")Accessibility — WCAG contrast
Aa
#cf689f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf689f on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow23.2%
Key (black)18.8%
Color previews
#cf689f text on a black background
contrast 6.13:1
Card sample
#cf689f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf689f;
Background color
Panel with #cf689f background
background-color: #cf689f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf689f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf689f; background: linear-gradient(135deg, #cf689f, #CF7668);