#cfabcf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 171, 207
HSL
300°, 27%, 74%
CMYK
0, 17, 0, 19
Luminance
0.4690
Every format
| HEX | #cfabcf |
| RGB | rgb(207, 171, 207) |
| HSL | hsl(300, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 0%, 19%) |
| LAB | lab(74.1 19.3 -13.3) |
| LCH | lch(74.1 23.5 325.4) |
| OKLCH | oklch(0.784 0.064 326.2) |
Copy-ready code
/* CSS */
color: #cfabcf;
background-color: #cfabcf;
/* Tailwind (arbitrary) */
class="text-[#cfabcf] bg-[#cfabcf]"
/* SCSS */
$brand: #cfabcf;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#cfabcf")Accessibility — WCAG contrast
Aa
#cfabcf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabcf on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cfabcf text on a black background
contrast 10.38:1
Card sample
#cfabcf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabcf;
Background color
Panel with #cfabcf background
background-color: #cfabcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabcf; background: linear-gradient(135deg, #cfabcf, #CFABB7);