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