#faadef
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 173, 239
HSL
309°, 89%, 83%
CMYK
0, 31, 4, 2
Luminance
0.5644
Every format
| HEX | #faadef |
| RGB | rgb(250, 173, 239) |
| HSL | hsl(309, 89%, 83%) |
| CMYK | cmyk(0%, 31%, 4%, 2%) |
| LAB | lab(79.9 38.2 -21.6) |
| LCH | lch(79.9 43.9 330.5) |
| OKLCH | oklch(0.842 0.123 331.7) |
Copy-ready code
/* CSS */
color: #faadef;
background-color: #faadef;
/* Tailwind (arbitrary) */
class="text-[#faadef] bg-[#faadef]"
/* SCSS */
$brand: #faadef;
/* SwiftUI */
Color(red: 0.980, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#faadef")Accessibility — WCAG contrast
Aa
#faadef on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faadef on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow4.4%
Key (black)2.0%
Color previews
#faadef text on a black background
contrast 12.29:1
Card sample
#faadef text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faadef;
Background color
Panel with #faadef background
background-color: #faadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faadef; background: linear-gradient(135deg, #faadef, #FAADBB);