#cfabb8
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 171, 184
HSL
338°, 27%, 74%
CMYK
0, 17, 11, 19
Luminance
0.4585
Every format
| HEX | #cfabb8 |
| RGB | rgb(207, 171, 184) |
| HSL | hsl(338, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 11%, 19%) |
| LAB | lab(73.5 15.2 -1.7) |
| LCH | lch(73.5 15.3 353.6) |
| OKLCH | oklch(0.777 0.045 354.5) |
Copy-ready code
/* CSS */
color: #cfabb8;
background-color: #cfabb8;
/* Tailwind (arbitrary) */
class="text-[#cfabb8] bg-[#cfabb8]"
/* SCSS */
$brand: #cfabb8;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.722)
/* Android */
Color.parseColor("#cfabb8")Accessibility — WCAG contrast
Aa
#cfabb8 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabb8 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow11.1%
Key (black)18.8%
Color previews
#cfabb8 text on a black background
contrast 10.17:1
Card sample
#cfabb8 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabb8;
Background color
Panel with #cfabb8 background
background-color: #cfabb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabb8; background: linear-gradient(135deg, #cfabb8, #CFB6AB);