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