#cfa7cd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 167, 205
HSL
303°, 29%, 73%
CMYK
0, 19, 1, 19
Luminance
0.4531
Every format
| HEX | #cfa7cd |
| RGB | rgb(207, 167, 205) |
| HSL | hsl(303, 29%, 73%) |
| CMYK | cmyk(0%, 19%, 1%, 19%) |
| LAB | lab(73.1 21.1 -13.8) |
| LCH | lch(73.1 25.2 326.9) |
| OKLCH | oklch(0.776 0.069 327.8) |
Copy-ready code
/* CSS */
color: #cfa7cd;
background-color: #cfa7cd;
/* Tailwind (arbitrary) */
class="text-[#cfa7cd] bg-[#cfa7cd]"
/* SCSS */
$brand: #cfa7cd;
/* SwiftUI */
Color(red: 0.812, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#cfa7cd")Accessibility — WCAG contrast
Aa
#cfa7cd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa7cd on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green65.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow1.0%
Key (black)18.8%
Color previews
#cfa7cd text on a black background
contrast 10.06:1
Card sample
#cfa7cd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa7cd;
Background color
Panel with #cfa7cd background
background-color: #cfa7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa7cd; background: linear-gradient(135deg, #cfa7cd, #CFA7B2);