#cfabbf
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 171, 191
HSL
327°, 27%, 74%
CMYK
0, 17, 8, 19
Luminance
0.4615
Every format
| HEX | #cfabbf |
| RGB | rgb(207, 171, 191) |
| HSL | hsl(327, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 8%, 19%) |
| LAB | lab(73.7 16.4 -5.3) |
| LCH | lch(73.7 17.2 342.2) |
| OKLCH | oklch(0.779 0.050 343.8) |
Copy-ready code
/* CSS */
color: #cfabbf;
background-color: #cfabbf;
/* Tailwind (arbitrary) */
class="text-[#cfabbf] bg-[#cfabbf]"
/* SCSS */
$brand: #cfabbf;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.749)
/* Android */
Color.parseColor("#cfabbf")Accessibility — WCAG contrast
Aa
#cfabbf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabbf on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow7.7%
Key (black)18.8%
Color previews
#cfabbf text on a black background
contrast 10.23:1
Card sample
#cfabbf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabbf;
Background color
Panel with #cfabbf background
background-color: #cfabbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabbf; background: linear-gradient(135deg, #cfabbf, #CFAFAB);