#faade1
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 173, 225
HSL
320°, 89%, 83%
CMYK
0, 31, 10, 2
Luminance
0.5565
Every format
| HEX | #faade1 |
| RGB | rgb(250, 173, 225) |
| HSL | hsl(320, 89%, 83%) |
| CMYK | cmyk(0%, 31%, 10%, 2%) |
| LAB | lab(79.4 35.8 -14.7) |
| LCH | lch(79.4 38.7 337.6) |
| OKLCH | oklch(0.837 0.111 339.4) |
Copy-ready code
/* CSS */
color: #faade1;
background-color: #faade1;
/* Tailwind (arbitrary) */
class="text-[#faade1] bg-[#faade1]"
/* SCSS */
$brand: #faade1;
/* SwiftUI */
Color(red: 0.980, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#faade1")Accessibility — WCAG contrast
Aa
#faade1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faade1 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.8%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow10.0%
Key (black)2.0%
Color previews
#faade1 text on a black background
contrast 12.13:1
Card sample
#faade1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faade1;
Background color
Panel with #faade1 background
background-color: #faade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faade1; background: linear-gradient(135deg, #faade1, #FAADAD);