#cfa2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 162, 207
HSL
300°, 32%, 72%
CMYK
0, 22, 0, 19
Luminance
0.4361
Every format
| HEX | #cfa2cf |
| RGB | rgb(207, 162, 207) |
| HSL | hsl(300, 32%, 72%) |
| CMYK | cmyk(0%, 22%, 0%, 19%) |
| LAB | lab(72.0 24.2 -16.6) |
| LCH | lch(72.0 29.4 325.6) |
| OKLCH | oklch(0.768 0.080 326.3) |
Copy-ready code
/* CSS */
color: #cfa2cf;
background-color: #cfa2cf;
/* Tailwind (arbitrary) */
class="text-[#cfa2cf] bg-[#cfa2cf]"
/* SCSS */
$brand: #cfa2cf;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#cfa2cf")Accessibility — WCAG contrast
Aa
#cfa2cf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa2cf on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cfa2cf text on a black background
contrast 9.72:1
Card sample
#cfa2cf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa2cf;
Background color
Panel with #cfa2cf background
background-color: #cfa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa2cf; background: linear-gradient(135deg, #cfa2cf, #CFA2B1);