#cfa6cf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 166, 207
HSL
300°, 30%, 73%
CMYK
0, 20, 0, 19
Luminance
0.4504
Every format
| HEX | #cfa6cf |
| RGB | rgb(207, 166, 207) |
| HSL | hsl(300, 30%, 73%) |
| CMYK | cmyk(0%, 20%, 0%, 19%) |
| LAB | lab(72.9 22.0 -15.1) |
| LCH | lch(72.9 26.7 325.5) |
| OKLCH | oklch(0.775 0.073 326.3) |
Copy-ready code
/* CSS */
color: #cfa6cf;
background-color: #cfa6cf;
/* Tailwind (arbitrary) */
class="text-[#cfa6cf] bg-[#cfa6cf]"
/* SCSS */
$brand: #cfa6cf;
/* SwiftUI */
Color(red: 0.812, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#cfa6cf")Accessibility — WCAG contrast
Aa
#cfa6cf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa6cf on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green65.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cfa6cf text on a black background
contrast 10.01:1
Card sample
#cfa6cf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa6cf;
Background color
Panel with #cfa6cf background
background-color: #cfa6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa6cf; background: linear-gradient(135deg, #cfa6cf, #CFA6B4);