#fabcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 188, 223
HSL
326°, 86%, 86%
CMYK
0, 25, 11, 2
Luminance
0.6162
Every format
| HEX | #fabcdf |
| RGB | rgb(250, 188, 223) |
| HSL | hsl(326, 86%, 86%) |
| CMYK | cmyk(0%, 25%, 11%, 2%) |
| LAB | lab(82.7 27.6 -8.7) |
| LCH | lch(82.7 29.0 342.4) |
| OKLCH | oklch(0.862 0.084 344.1) |
Copy-ready code
/* CSS */
color: #fabcdf;
background-color: #fabcdf;
/* Tailwind (arbitrary) */
class="text-[#fabcdf] bg-[#fabcdf]"
/* SCSS */
$brand: #fabcdf;
/* SwiftUI */
Color(red: 0.980, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#fabcdf")Accessibility — WCAG contrast
Aa
#fabcdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabcdf on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow10.8%
Key (black)2.0%
Color previews
#fabcdf text on a black background
contrast 13.32:1
Card sample
#fabcdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabcdf;
Background color
Panel with #fabcdf background
background-color: #fabcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabcdf; background: linear-gradient(135deg, #fabcdf, #FAC2BC);