#facdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 205, 254
HSL
295°, 96%, 90%
CMYK
2, 19, 0, 0
Luminance
0.7114
Every format
| HEX | #facdfe |
| RGB | rgb(250, 205, 254) |
| HSL | hsl(295, 96%, 90%) |
| CMYK | cmyk(2%, 19%, 0%, 0%) |
| LAB | lab(87.5 24.0 -18.0) |
| LCH | lch(87.5 30.0 323.2) |
| OKLCH | oklch(0.902 0.081 323.6) |
Copy-ready code
/* CSS */
color: #facdfe;
background-color: #facdfe;
/* Tailwind (arbitrary) */
class="text-[#facdfe] bg-[#facdfe]"
/* SCSS */
$brand: #facdfe;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#facdfe")Accessibility — WCAG contrast
Aa
#facdfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facdfe on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue99.6%
CMYK percentages
Cyan1.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#facdfe text on a black background
contrast 15.23:1
Card sample
#facdfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facdfe;
Background color
Panel with #facdfe background
background-color: #facdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facdfe; background: linear-gradient(135deg, #facdfe, #FECDE1);