#cf679c
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 103, 156
HSL
329°, 52%, 61%
CMYK
0, 50, 25, 19
Luminance
0.2537
Every format
| HEX | #cf679c |
| RGB | rgb(207, 103, 156) |
| HSL | hsl(329, 52%, 61%) |
| CMYK | cmyk(0%, 50%, 25%, 19%) |
| LAB | lab(57.4 47.2 -9.6) |
| LCH | lch(57.4 48.2 348.5) |
| OKLCH | oklch(0.652 0.144 350.0) |
Copy-ready code
/* CSS */
color: #cf679c;
background-color: #cf679c;
/* Tailwind (arbitrary) */
class="text-[#cf679c] bg-[#cf679c]"
/* SCSS */
$brand: #cf679c;
/* SwiftUI */
Color(red: 0.812, green: 0.404, blue: 0.612)
/* Android */
Color.parseColor("#cf679c")Accessibility — WCAG contrast
Aa
#cf679c on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf679c on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.4%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow24.6%
Key (black)18.8%
Color previews
#cf679c text on a black background
contrast 6.07:1
Card sample
#cf679c text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf679c;
Background color
Panel with #cf679c background
background-color: #cf679c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf679c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 103, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 103, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf679c; background: linear-gradient(135deg, #cf679c, #CF7767);