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