#cfacb5
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 172, 181
HSL
345°, 27%, 74%
CMYK
0, 17, 13, 19
Luminance
0.4611
Every format
| HEX | #cfacb5 |
| RGB | rgb(207, 172, 181) |
| HSL | hsl(345, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 13%, 19%) |
| LAB | lab(73.6 14.2 0.2) |
| LCH | lch(73.6 14.2 0.7) |
| OKLCH | oklch(0.778 0.042 0.9) |
Copy-ready code
/* CSS */
color: #cfacb5;
background-color: #cfacb5;
/* Tailwind (arbitrary) */
class="text-[#cfacb5] bg-[#cfacb5]"
/* SCSS */
$brand: #cfacb5;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.710)
/* Android */
Color.parseColor("#cfacb5")Accessibility — WCAG contrast
Aa
#cfacb5 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacb5 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow12.6%
Key (black)18.8%
Color previews
#cfacb5 text on a black background
contrast 10.22:1
Card sample
#cfacb5 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacb5;
Background color
Panel with #cfacb5 background
background-color: #cfacb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacb5; background: linear-gradient(135deg, #cfacb5, #CFBAAC);