#cf8cad
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 173
HSL
330°, 41%, 68%
CMYK
0, 32, 16, 19
Luminance
0.3504
Every format
| HEX | #cf8cad |
| RGB | rgb(207, 140, 173) |
| HSL | hsl(330, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 16%, 19%) |
| LAB | lab(65.8 30.3 -6.9) |
| LCH | lch(65.8 31.1 347.2) |
| OKLCH | oklch(0.717 0.092 348.7) |
Copy-ready code
/* CSS */
color: #cf8cad;
background-color: #cf8cad;
/* Tailwind (arbitrary) */
class="text-[#cf8cad] bg-[#cf8cad]"
/* SCSS */
$brand: #cf8cad;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.678)
/* Android */
Color.parseColor("#cf8cad")Accessibility — WCAG contrast
Aa
#cf8cad on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cad on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow16.4%
Key (black)18.8%
Color previews
#cf8cad text on a black background
contrast 8.01:1
Card sample
#cf8cad text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cad;
Background color
Panel with #cf8cad background
background-color: #cf8cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cad; background: linear-gradient(135deg, #cf8cad, #CF978C);