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