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