#facbed
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 203, 237
HSL
317°, 83%, 89%
CMYK
0, 19, 5, 2
Luminance
0.6915
Every format
| HEX | #facbed |
| RGB | rgb(250, 203, 237) |
| HSL | hsl(317, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 5%, 2%) |
| LAB | lab(86.6 22.1 -10.4) |
| LCH | lch(86.6 24.4 334.7) |
| OKLCH | oklch(0.893 0.069 336.2) |
Copy-ready code
/* CSS */
color: #facbed;
background-color: #facbed;
/* Tailwind (arbitrary) */
class="text-[#facbed] bg-[#facbed]"
/* SCSS */
$brand: #facbed;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.929)
/* Android */
Color.parseColor("#facbed")Accessibility — WCAG contrast
Aa
#facbed on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbed on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow5.2%
Key (black)2.0%
Color previews
#facbed text on a black background
contrast 14.83:1
Card sample
#facbed text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbed;
Background color
Panel with #facbed background
background-color: #facbed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbed; background: linear-gradient(135deg, #facbed, #FACBCE);