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