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