#cf8ba7
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 139, 167
HSL
335°, 42%, 68%
CMYK
0, 33, 19, 19
Luminance
0.3452
Every format
| HEX | #cf8ba7 |
| RGB | rgb(207, 139, 167) |
| HSL | hsl(335, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 19%, 19%) |
| LAB | lab(65.4 29.9 -4.1) |
| LCH | lch(65.4 30.2 352.1) |
| OKLCH | oklch(0.713 0.090 353.3) |
Copy-ready code
/* CSS */
color: #cf8ba7;
background-color: #cf8ba7;
/* Tailwind (arbitrary) */
class="text-[#cf8ba7] bg-[#cf8ba7]"
/* SCSS */
$brand: #cf8ba7;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.655)
/* Android */
Color.parseColor("#cf8ba7")Accessibility — WCAG contrast
Aa
#cf8ba7 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ba7 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow19.3%
Key (black)18.8%
Color previews
#cf8ba7 text on a black background
contrast 7.90:1
Card sample
#cf8ba7 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ba7;
Background color
Panel with #cf8ba7 background
background-color: #cf8ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ba7; background: linear-gradient(135deg, #cf8ba7, #CF9C8B);