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