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