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