#facad7
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 202, 215
HSL
344°, 83%, 89%
CMYK
0, 19, 14, 2
Luminance
0.6747
Every format
| HEX | #facad7 |
| RGB | rgb(250, 202, 215) |
| HSL | hsl(344, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 14%, 2%) |
| LAB | lab(85.7 18.9 0.0) |
| LCH | lch(85.7 18.9 0.0) |
| OKLCH | oklch(0.884 0.057 0.3) |
Copy-ready code
/* CSS */
color: #facad7;
background-color: #facad7;
/* Tailwind (arbitrary) */
class="text-[#facad7] bg-[#facad7]"
/* SCSS */
$brand: #facad7;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.843)
/* Android */
Color.parseColor("#facad7")Accessibility — WCAG contrast
Aa
#facad7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facad7 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow14.0%
Key (black)2.0%
Color previews
#facad7 text on a black background
contrast 14.49:1
Card sample
#facad7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facad7;
Background color
Panel with #facad7 background
background-color: #facad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facad7; background: linear-gradient(135deg, #facad7, #FADDCA);