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