#cf8ba3
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 139, 163
HSL
339°, 42%, 68%
CMYK
0, 33, 21, 19
Luminance
0.3437
Every format
| HEX | #cf8ba3 |
| RGB | rgb(207, 139, 163) |
| HSL | hsl(339, 42%, 68%) |
| CMYK | cmyk(0%, 33%, 21%, 19%) |
| LAB | lab(65.3 29.3 -2.0) |
| LCH | lch(65.3 29.4 356.0) |
| OKLCH | oklch(0.712 0.088 356.8) |
Copy-ready code
/* CSS */
color: #cf8ba3;
background-color: #cf8ba3;
/* Tailwind (arbitrary) */
class="text-[#cf8ba3] bg-[#cf8ba3]"
/* SCSS */
$brand: #cf8ba3;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.639)
/* Android */
Color.parseColor("#cf8ba3")Accessibility — WCAG contrast
Aa
#cf8ba3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ba3 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow21.3%
Key (black)18.8%
Color previews
#cf8ba3 text on a black background
contrast 7.87:1
Card sample
#cf8ba3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ba3;
Background color
Panel with #cf8ba3 background
background-color: #cf8ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ba3; background: linear-gradient(135deg, #cf8ba3, #CFA08B);