#cfadcf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 173, 207
HSL
300°, 26%, 75%
CMYK
0, 16, 0, 19
Luminance
0.4766
Every format
| HEX | #cfadcf |
| RGB | rgb(207, 173, 207) |
| HSL | hsl(300, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 0%, 19%) |
| LAB | lab(74.6 18.2 -12.6) |
| LCH | lch(74.6 22.1 325.3) |
| OKLCH | oklch(0.788 0.060 326.1) |
Copy-ready code
/* CSS */
color: #cfadcf;
background-color: #cfadcf;
/* Tailwind (arbitrary) */
class="text-[#cfadcf] bg-[#cfadcf]"
/* SCSS */
$brand: #cfadcf;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#cfadcf")Accessibility — WCAG contrast
Aa
#cfadcf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfadcf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cfadcf text on a black background
contrast 10.53:1
Card sample
#cfadcf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfadcf;
Background color
Panel with #cfadcf background
background-color: #cfadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfadcf; background: linear-gradient(135deg, #cfadcf, #CFADB8);