#cfa0bc
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 160, 188
HSL
324°, 33%, 72%
CMYK
0, 23, 9, 19
Luminance
0.4204
Every format
| HEX | #cfa0bc |
| RGB | rgb(207, 160, 188) |
| HSL | hsl(324, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 9%, 19%) |
| LAB | lab(70.9 21.9 -7.7) |
| LCH | lch(70.9 23.2 340.6) |
| OKLCH | oklch(0.758 0.067 342.3) |
Copy-ready code
/* CSS */
color: #cfa0bc;
background-color: #cfa0bc;
/* Tailwind (arbitrary) */
class="text-[#cfa0bc] bg-[#cfa0bc]"
/* SCSS */
$brand: #cfa0bc;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.737)
/* Android */
Color.parseColor("#cfa0bc")Accessibility — WCAG contrast
Aa
#cfa0bc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0bc on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow9.2%
Key (black)18.8%
Color previews
#cfa0bc text on a black background
contrast 9.41:1
Card sample
#cfa0bc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0bc;
Background color
Panel with #cfa0bc background
background-color: #cfa0bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0bc; background: linear-gradient(135deg, #cfa0bc, #CFA3A0);