#faafcf
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 175, 207
HSL
334°, 88%, 83%
CMYK
0, 30, 17, 2
Luminance
0.5549
Every format
| HEX | #faafcf |
| RGB | rgb(250, 175, 207) |
| HSL | hsl(334, 88%, 83%) |
| CMYK | cmyk(0%, 30%, 17%, 2%) |
| LAB | lab(79.3 31.9 -5.1) |
| LCH | lch(79.3 32.3 350.9) |
| OKLCH | oklch(0.834 0.096 352.1) |
Copy-ready code
/* CSS */
color: #faafcf;
background-color: #faafcf;
/* Tailwind (arbitrary) */
class="text-[#faafcf] bg-[#faafcf]"
/* SCSS */
$brand: #faafcf;
/* SwiftUI */
Color(red: 0.980, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#faafcf")Accessibility — WCAG contrast
Aa
#faafcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faafcf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow17.2%
Key (black)2.0%
Color previews
#faafcf text on a black background
contrast 12.10:1
Card sample
#faafcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faafcf;
Background color
Panel with #faafcf background
background-color: #faafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faafcf; background: linear-gradient(135deg, #faafcf, #FAC1AF);