#cf9acf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 154, 207
HSL
300°, 36%, 71%
CMYK
0, 26, 0, 19
Luminance
0.4088
Every format
| HEX | #cf9acf |
| RGB | rgb(207, 154, 207) |
| HSL | hsl(300, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 0%, 19%) |
| LAB | lab(70.1 28.6 -19.4) |
| LCH | lch(70.1 34.5 325.8) |
| OKLCH | oklch(0.753 0.095 326.5) |
Copy-ready code
/* CSS */
color: #cf9acf;
background-color: #cf9acf;
/* Tailwind (arbitrary) */
class="text-[#cf9acf] bg-[#cf9acf]"
/* SCSS */
$brand: #cf9acf;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#cf9acf")Accessibility — WCAG contrast
Aa
#cf9acf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9acf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf9acf text on a black background
contrast 9.18:1
Card sample
#cf9acf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9acf;
Background color
Panel with #cf9acf background
background-color: #cf9acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9acf; background: linear-gradient(135deg, #cf9acf, #CF9AAC);