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