#cf8ba6
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 139, 166
HSL
336°, 42%, 68%
CMYK
0, 33, 20, 19
Luminance
0.3448
Every format
| HEX | #cf8ba6 |
| RGB | rgb(207, 139, 166) |
| HSL | hsl(336, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 20%, 19%) |
| LAB | lab(65.3 29.8 -3.6) |
| LCH | lch(65.3 30.0 353.1) |
| OKLCH | oklch(0.713 0.089 354.1) |
Copy-ready code
/* CSS */
color: #cf8ba6;
background-color: #cf8ba6;
/* Tailwind (arbitrary) */
class="text-[#cf8ba6] bg-[#cf8ba6]"
/* SCSS */
$brand: #cf8ba6;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.651)
/* Android */
Color.parseColor("#cf8ba6")Accessibility — WCAG contrast
Aa
#cf8ba6 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ba6 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow19.8%
Key (black)18.8%
Color previews
#cf8ba6 text on a black background
contrast 7.90:1
Card sample
#cf8ba6 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ba6;
Background color
Panel with #cf8ba6 background
background-color: #cf8ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ba6; background: linear-gradient(135deg, #cf8ba6, #CF9D8B);