#faa8c7
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 168, 199
HSL
337°, 89%, 82%
CMYK
0, 33, 20, 2
Luminance
0.5245
Every format
| HEX | #faa8c7 |
| RGB | rgb(250, 168, 199) |
| HSL | hsl(337, 89%, 82%) |
| CMYK | cmyk(0%, 33%, 20%, 2%) |
| LAB | lab(77.5 34.4 -3.4) |
| LCH | lch(77.5 34.6 354.4) |
| OKLCH | oklch(0.820 0.103 355.3) |
Copy-ready code
/* CSS */
color: #faa8c7;
background-color: #faa8c7;
/* Tailwind (arbitrary) */
class="text-[#faa8c7] bg-[#faa8c7]"
/* SCSS */
$brand: #faa8c7;
/* SwiftUI */
Color(red: 0.980, green: 0.659, blue: 0.780)
/* Android */
Color.parseColor("#faa8c7")Accessibility — WCAG contrast
Aa
#faa8c7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa8c7 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green65.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow20.4%
Key (black)2.0%
Color previews
#faa8c7 text on a black background
contrast 11.49:1
Card sample
#faa8c7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa8c7;
Background color
Panel with #faa8c7 background
background-color: #faa8c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa8c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 168, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 168, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa8c7; background: linear-gradient(135deg, #faa8c7, #FAC0A8);