#cfa0cd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 160, 205
HSL
303°, 33%, 72%
CMYK
0, 23, 1, 19
Luminance
0.4281
Every format
| HEX | #cfa0cd |
| RGB | rgb(207, 160, 205) |
| HSL | hsl(303, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 1%, 19%) |
| LAB | lab(71.4 24.9 -16.3) |
| LCH | lch(71.4 29.8 326.9) |
| OKLCH | oklch(0.763 0.082 327.7) |
Copy-ready code
/* CSS */
color: #cfa0cd;
background-color: #cfa0cd;
/* Tailwind (arbitrary) */
class="text-[#cfa0cd] bg-[#cfa0cd]"
/* SCSS */
$brand: #cfa0cd;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.804)
/* Android */
Color.parseColor("#cfa0cd")Accessibility — WCAG contrast
Aa
#cfa0cd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0cd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow1.0%
Key (black)18.8%
Color previews
#cfa0cd text on a black background
contrast 9.56:1
Card sample
#cfa0cd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0cd;
Background color
Panel with #cfa0cd background
background-color: #cfa0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0cd; background: linear-gradient(135deg, #cfa0cd, #CFA0AE);