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