#cf8fd1
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 209
HSL
298°, 42%, 69%
CMYK
1, 32, 0, 18
Luminance
0.3751
Every format
| HEX | #cf8fd1 |
| RGB | rgb(207, 143, 209) |
| HSL | hsl(298, 42%, 69%) |
| CMYK | cmyk(1%, 32%, 0%, 18%) |
| LAB | lab(67.7 35.0 -24.2) |
| LCH | lch(67.7 42.5 325.3) |
| OKLCH | oklch(0.735 0.117 325.7) |
Copy-ready code
/* CSS */
color: #cf8fd1;
background-color: #cf8fd1;
/* Tailwind (arbitrary) */
class="text-[#cf8fd1] bg-[#cf8fd1]"
/* SCSS */
$brand: #cf8fd1;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.820)
/* Android */
Color.parseColor("#cf8fd1")Accessibility — WCAG contrast
Aa
#cf8fd1 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fd1 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta31.6%
Yellow0.0%
Key (black)18.0%
Color previews
#cf8fd1 text on a black background
contrast 8.50:1
Card sample
#cf8fd1 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fd1;
Background color
Panel with #cf8fd1 background
background-color: #cf8fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fd1; background: linear-gradient(135deg, #cf8fd1, #D18FA7);