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