#cf8fba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 186
HSL
320°, 40%, 69%
CMYK
0, 31, 10, 19
Luminance
0.3646
Every format
| HEX | #cf8fba |
| RGB | rgb(207, 143, 186) |
| HSL | hsl(320, 40%, 69%) |
| CMYK | cmyk(0%, 31%, 10%, 19%) |
| LAB | lab(66.9 30.8 -12.6) |
| LCH | lch(66.9 33.3 337.8) |
| OKLCH | oklch(0.726 0.095 339.5) |
Copy-ready code
/* CSS */
color: #cf8fba;
background-color: #cf8fba;
/* Tailwind (arbitrary) */
class="text-[#cf8fba] bg-[#cf8fba]"
/* SCSS */
$brand: #cf8fba;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#cf8fba")Accessibility — WCAG contrast
Aa
#cf8fba on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fba on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf8fba text on a black background
contrast 8.29:1
Card sample
#cf8fba text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fba;
Background color
Panel with #cf8fba background
background-color: #cf8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fba; background: linear-gradient(135deg, #cf8fba, #CF8F8F);