#cfa0c3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 160, 195
HSL
315°, 33%, 72%
CMYK
0, 23, 6, 19
Luminance
0.4235
Every format
| HEX | #cfa0c3 |
| RGB | rgb(207, 160, 195) |
| HSL | hsl(315, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 6%, 19%) |
| LAB | lab(71.1 23.1 -11.2) |
| LCH | lch(71.1 25.7 334.1) |
| OKLCH | oklch(0.760 0.072 335.6) |
Copy-ready code
/* CSS */
color: #cfa0c3;
background-color: #cfa0c3;
/* Tailwind (arbitrary) */
class="text-[#cfa0c3] bg-[#cfa0c3]"
/* SCSS */
$brand: #cfa0c3;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.765)
/* Android */
Color.parseColor("#cfa0c3")Accessibility — WCAG contrast
Aa
#cfa0c3 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0c3 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow5.8%
Key (black)18.8%
Color previews
#cfa0c3 text on a black background
contrast 9.47:1
Card sample
#cfa0c3 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0c3;
Background color
Panel with #cfa0c3 background
background-color: #cfa0c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0c3; background: linear-gradient(135deg, #cfa0c3, #CFA0A4);