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