#cf9ccf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 207
HSL
300°, 35%, 71%
CMYK
0, 25, 0, 19
Luminance
0.4155
Every format
| HEX | #cf9ccf |
| RGB | rgb(207, 156, 207) |
| HSL | hsl(300, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 0%, 19%) |
| LAB | lab(70.6 27.5 -18.7) |
| LCH | lch(70.6 33.3 325.8) |
| OKLCH | oklch(0.757 0.091 326.4) |
Copy-ready code
/* CSS */
color: #cf9ccf;
background-color: #cf9ccf;
/* Tailwind (arbitrary) */
class="text-[#cf9ccf] bg-[#cf9ccf]"
/* SCSS */
$brand: #cf9ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.812)
/* Android */
Color.parseColor("#cf9ccf")Accessibility — WCAG contrast
Aa
#cf9ccf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ccf on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf9ccf text on a black background
contrast 9.31:1
Card sample
#cf9ccf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ccf;
Background color
Panel with #cf9ccf background
background-color: #cf9ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ccf; background: linear-gradient(135deg, #cf9ccf, #CF9CAD);