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