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