#cf8cc7
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 199
HSL
307°, 41%, 68%
CMYK
0, 32, 4, 19
Luminance
0.3615
Every format
| HEX | #cf8cc7 |
| RGB | rgb(207, 140, 199) |
| HSL | hsl(307, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 4%, 19%) |
| LAB | lab(66.6 34.7 -20.2) |
| LCH | lch(66.6 40.2 329.8) |
| OKLCH | oklch(0.726 0.112 330.9) |
Copy-ready code
/* CSS */
color: #cf8cc7;
background-color: #cf8cc7;
/* Tailwind (arbitrary) */
class="text-[#cf8cc7] bg-[#cf8cc7]"
/* SCSS */
$brand: #cf8cc7;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.780)
/* Android */
Color.parseColor("#cf8cc7")Accessibility — WCAG contrast
Aa
#cf8cc7 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cc7 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow3.9%
Key (black)18.8%
Color previews
#cf8cc7 text on a black background
contrast 8.23:1
Card sample
#cf8cc7 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cc7;
Background color
Panel with #cf8cc7 background
background-color: #cf8cc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cc7; background: linear-gradient(135deg, #cf8cc7, #CF8C9A);