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