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