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