#cf8dbf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 191
HSL
315°, 41%, 68%
CMYK
0, 32, 8, 19
Luminance
0.3608
Every format
| HEX | #cf8dbf |
| RGB | rgb(207, 141, 191) |
| HSL | hsl(315, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 8%, 19%) |
| LAB | lab(66.6 32.8 -15.8) |
| LCH | lch(66.6 36.4 334.2) |
| OKLCH | oklch(0.725 0.103 335.8) |
Copy-ready code
/* CSS */
color: #cf8dbf;
background-color: #cf8dbf;
/* Tailwind (arbitrary) */
class="text-[#cf8dbf] bg-[#cf8dbf]"
/* SCSS */
$brand: #cf8dbf;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#cf8dbf")Accessibility — WCAG contrast
Aa
#cf8dbf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dbf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow7.7%
Key (black)18.8%
Color previews
#cf8dbf text on a black background
contrast 8.22:1
Card sample
#cf8dbf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dbf;
Background color
Panel with #cf8dbf background
background-color: #cf8dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dbf; background: linear-gradient(135deg, #cf8dbf, #CF8D93);