#fabacf
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 186, 207
HSL
340°, 87%, 86%
CMYK
0, 26, 17, 2
Luminance
0.5995
Every format
| HEX | #fabacf |
| RGB | rgb(250, 186, 207) |
| HSL | hsl(340, 87%, 86%) |
| CMYK | cmyk(0%, 26%, 17%, 2%) |
| LAB | lab(81.8 26.1 -1.5) |
| LCH | lch(81.8 26.2 356.8) |
| OKLCH | oklch(0.853 0.078 357.4) |
Copy-ready code
/* CSS */
color: #fabacf;
background-color: #fabacf;
/* Tailwind (arbitrary) */
class="text-[#fabacf] bg-[#fabacf]"
/* SCSS */
$brand: #fabacf;
/* SwiftUI */
Color(red: 0.980, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#fabacf")Accessibility — WCAG contrast
Aa
#fabacf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabacf on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow17.2%
Key (black)2.0%
Color previews
#fabacf text on a black background
contrast 12.99:1
Card sample
#fabacf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabacf;
Background color
Panel with #fabacf background
background-color: #fabacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabacf; background: linear-gradient(135deg, #fabacf, #FAD0BA);