#cf8cbf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 191
HSL
314°, 41%, 68%
CMYK
0, 32, 8, 19
Luminance
0.3578
Every format
| HEX | #cf8cbf |
| RGB | rgb(207, 140, 191) |
| HSL | hsl(314, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 8%, 19%) |
| LAB | lab(66.4 33.3 -16.2) |
| LCH | lch(66.4 37.0 334.1) |
| OKLCH | oklch(0.723 0.105 335.7) |
Copy-ready code
/* CSS */
color: #cf8cbf;
background-color: #cf8cbf;
/* Tailwind (arbitrary) */
class="text-[#cf8cbf] bg-[#cf8cbf]"
/* SCSS */
$brand: #cf8cbf;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#cf8cbf")Accessibility — WCAG contrast
Aa
#cf8cbf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cbf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow7.7%
Key (black)18.8%
Color previews
#cf8cbf text on a black background
contrast 8.16:1
Card sample
#cf8cbf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cbf;
Background color
Panel with #cf8cbf background
background-color: #cf8cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cbf; background: linear-gradient(135deg, #cf8cbf, #CF8C92);