#faabc9
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 171, 201
HSL
337°, 89%, 83%
CMYK
0, 32, 20, 2
Luminance
0.5367
Every format
| HEX | #faabc9 |
| RGB | rgb(250, 171, 201) |
| HSL | hsl(337, 89%, 83%) |
| CMYK | cmyk(0%, 32%, 20%, 2%) |
| LAB | lab(78.3 33.1 -3.4) |
| LCH | lch(78.3 33.3 354.1) |
| OKLCH | oklch(0.826 0.100 355.0) |
Copy-ready code
/* CSS */
color: #faabc9;
background-color: #faabc9;
/* Tailwind (arbitrary) */
class="text-[#faabc9] bg-[#faabc9]"
/* SCSS */
$brand: #faabc9;
/* SwiftUI */
Color(red: 0.980, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#faabc9")Accessibility — WCAG contrast
Aa
#faabc9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faabc9 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow19.6%
Key (black)2.0%
Color previews
#faabc9 text on a black background
contrast 11.73:1
Card sample
#faabc9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faabc9;
Background color
Panel with #faabc9 background
background-color: #faabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faabc9; background: linear-gradient(135deg, #faabc9, #FAC1AB);