#cf8daf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 175
HSL
329°, 41%, 68%
CMYK
0, 32, 16, 19
Luminance
0.3541
Every format
| HEX | #cf8daf |
| RGB | rgb(207, 141, 175) |
| HSL | hsl(329, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 16%, 19%) |
| LAB | lab(66.1 30.1 -7.6) |
| LCH | lch(66.1 31.0 345.8) |
| OKLCH | oklch(0.719 0.091 347.4) |
Copy-ready code
/* CSS */
color: #cf8daf;
background-color: #cf8daf;
/* Tailwind (arbitrary) */
class="text-[#cf8daf] bg-[#cf8daf]"
/* SCSS */
$brand: #cf8daf;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.686)
/* Android */
Color.parseColor("#cf8daf")Accessibility — WCAG contrast
Aa
#cf8daf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8daf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow15.5%
Key (black)18.8%
Color previews
#cf8daf text on a black background
contrast 8.08:1
Card sample
#cf8daf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8daf;
Background color
Panel with #cf8daf background
background-color: #cf8daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8daf; background: linear-gradient(135deg, #cf8daf, #CF978D);