#cf8bab
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 139, 171
HSL
332°, 42%, 68%
CMYK
0, 33, 17, 19
Luminance
0.3467
Every format
| HEX | #cf8bab |
| RGB | rgb(207, 139, 171) |
| HSL | hsl(332, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 17%, 19%) |
| LAB | lab(65.5 30.5 -6.2) |
| LCH | lch(65.5 31.2 348.5) |
| OKLCH | oklch(0.714 0.092 349.9) |
Copy-ready code
/* CSS */
color: #cf8bab;
background-color: #cf8bab;
/* Tailwind (arbitrary) */
class="text-[#cf8bab] bg-[#cf8bab]"
/* SCSS */
$brand: #cf8bab;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.671)
/* Android */
Color.parseColor("#cf8bab")Accessibility — WCAG contrast
Aa
#cf8bab on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bab on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow17.4%
Key (black)18.8%
Color previews
#cf8bab text on a black background
contrast 7.93:1
Card sample
#cf8bab text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bab;
Background color
Panel with #cf8bab background
background-color: #cf8bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bab; background: linear-gradient(135deg, #cf8bab, #CF988B);