#cf8cb0
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 140, 176
HSL
328°, 41%, 68%
CMYK
0, 32, 15, 19
Luminance
0.3516
Every format
| HEX | #cf8cb0 |
| RGB | rgb(207, 140, 176) |
| HSL | hsl(328, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 15%, 19%) |
| LAB | lab(65.9 30.8 -8.5) |
| LCH | lch(65.9 31.9 344.6) |
| OKLCH | oklch(0.718 0.093 346.3) |
Copy-ready code
/* CSS */
color: #cf8cb0;
background-color: #cf8cb0;
/* Tailwind (arbitrary) */
class="text-[#cf8cb0] bg-[#cf8cb0]"
/* SCSS */
$brand: #cf8cb0;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.690)
/* Android */
Color.parseColor("#cf8cb0")Accessibility — WCAG contrast
Aa
#cf8cb0 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cb0 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow15.0%
Key (black)18.8%
Color previews
#cf8cb0 text on a black background
contrast 8.03:1
Card sample
#cf8cb0 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cb0;
Background color
Panel with #cf8cb0 background
background-color: #cf8cb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cb0; background: linear-gradient(135deg, #cf8cb0, #CF958C);