#cf8fcd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 205
HSL
302°, 40%, 69%
CMYK
0, 31, 1, 19
Luminance
0.3732
Every format
| HEX | #cf8fcd |
| RGB | rgb(207, 143, 205) |
| HSL | hsl(302, 40%, 69%) |
| CMYK | cmyk(0%, 31%, 1%, 19%) |
| LAB | lab(67.5 34.2 -22.2) |
| LCH | lch(67.5 40.8 327.0) |
| OKLCH | oklch(0.734 0.113 327.7) |
Copy-ready code
/* CSS */
color: #cf8fcd;
background-color: #cf8fcd;
/* Tailwind (arbitrary) */
class="text-[#cf8fcd] bg-[#cf8fcd]"
/* SCSS */
$brand: #cf8fcd;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.804)
/* Android */
Color.parseColor("#cf8fcd")Accessibility — WCAG contrast
Aa
#cf8fcd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fcd on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow1.0%
Key (black)18.8%
Color previews
#cf8fcd text on a black background
contrast 8.46:1
Card sample
#cf8fcd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fcd;
Background color
Panel with #cf8fcd background
background-color: #cf8fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fcd; background: linear-gradient(135deg, #cf8fcd, #CF8FA2);