#facbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 203, 223
HSL
335°, 83%, 89%
CMYK
0, 19, 11, 2
Luminance
0.6836
Every format
| HEX | #facbdf |
| RGB | rgb(250, 203, 223) |
| HSL | hsl(335, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 11%, 2%) |
| LAB | lab(86.2 19.7 -3.6) |
| LCH | lch(86.2 20.0 349.6) |
| OKLCH | oklch(0.888 0.059 350.9) |
Copy-ready code
/* CSS */
color: #facbdf;
background-color: #facbdf;
/* Tailwind (arbitrary) */
class="text-[#facbdf] bg-[#facbdf]"
/* SCSS */
$brand: #facbdf;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#facbdf")Accessibility — WCAG contrast
Aa
#facbdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbdf on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow10.8%
Key (black)2.0%
Color previews
#facbdf text on a black background
contrast 14.67:1
Card sample
#facbdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbdf;
Background color
Panel with #facbdf background
background-color: #facbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbdf; background: linear-gradient(135deg, #facbdf, #FAD6CB);