#cf8fac
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 172
HSL
333°, 40%, 69%
CMYK
0, 31, 17, 19
Luminance
0.3589
Every format
| HEX | #cf8fac |
| RGB | rgb(207, 143, 172) |
| HSL | hsl(333, 40%, 69%) |
| CMYK | cmyk(0%, 31%, 17%, 19%) |
| LAB | lab(66.4 28.5 -5.4) |
| LCH | lch(66.4 29.0 349.3) |
| OKLCH | oklch(0.722 0.086 350.7) |
Copy-ready code
/* CSS */
color: #cf8fac;
background-color: #cf8fac;
/* Tailwind (arbitrary) */
class="text-[#cf8fac] bg-[#cf8fac]"
/* SCSS */
$brand: #cf8fac;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.675)
/* Android */
Color.parseColor("#cf8fac")Accessibility — WCAG contrast
Aa
#cf8fac on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fac on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow16.9%
Key (black)18.8%
Color previews
#cf8fac text on a black background
contrast 8.18:1
Card sample
#cf8fac text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fac;
Background color
Panel with #cf8fac background
background-color: #cf8fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fac; background: linear-gradient(135deg, #cf8fac, #CF9D8F);