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