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