#cf8cdc
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 140, 220
HSL
290°, 53%, 71%
CMYK
6, 36, 0, 14
Luminance
0.3719
Every format
| HEX | #cf8cdc |
| RGB | rgb(207, 140, 220) |
| HSL | hsl(290, 53%, 71%) |
| CMYK | cmyk(6%, 36%, 0%, 14%) |
| LAB | lab(67.4 38.7 -30.7) |
| LCH | lch(67.4 49.4 321.6) |
| OKLCH | oklch(0.735 0.133 320.9) |
Copy-ready code
/* CSS */
color: #cf8cdc;
background-color: #cf8cdc;
/* Tailwind (arbitrary) */
class="text-[#cf8cdc] bg-[#cf8cdc]"
/* SCSS */
$brand: #cf8cdc;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.863)
/* Android */
Color.parseColor("#cf8cdc")Accessibility — WCAG contrast
Aa
#cf8cdc on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cdc on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta36.4%
Yellow0.0%
Key (black)13.7%
Color previews
#cf8cdc text on a black background
contrast 8.44:1
Card sample
#cf8cdc text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cdc;
Background color
Panel with #cf8cdc background
background-color: #cf8cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cdc; background: linear-gradient(135deg, #cf8cdc, #DC8CB4);