#faadeb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 173, 235
HSL
312°, 89%, 83%
CMYK
0, 31, 6, 2
Luminance
0.5621
Every format
| HEX | #faadeb |
| RGB | rgb(250, 173, 235) |
| HSL | hsl(312, 89%, 83%) |
| CMYK | cmyk(0%, 31%, 6%, 2%) |
| LAB | lab(79.7 37.5 -19.7) |
| LCH | lch(79.7 42.4 332.3) |
| OKLCH | oklch(0.840 0.119 333.8) |
Copy-ready code
/* CSS */
color: #faadeb;
background-color: #faadeb;
/* Tailwind (arbitrary) */
class="text-[#faadeb] bg-[#faadeb]"
/* SCSS */
$brand: #faadeb;
/* SwiftUI */
Color(red: 0.980, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#faadeb")Accessibility — WCAG contrast
Aa
#faadeb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faadeb on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow6.0%
Key (black)2.0%
Color previews
#faadeb text on a black background
contrast 12.24:1
Card sample
#faadeb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faadeb;
Background color
Panel with #faadeb background
background-color: #faadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faadeb; background: linear-gradient(135deg, #faadeb, #FAADB7);