#faafd1
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 175, 209
HSL
333°, 88%, 83%
CMYK
0, 30, 16, 2
Luminance
0.5559
Every format
| HEX | #faafd1 |
| RGB | rgb(250, 175, 209) |
| HSL | hsl(333, 88%, 83%) |
| CMYK | cmyk(0%, 30%, 16%, 2%) |
| LAB | lab(79.4 32.2 -6.1) |
| LCH | lch(79.4 32.8 349.2) |
| OKLCH | oklch(0.835 0.097 350.6) |
Copy-ready code
/* CSS */
color: #faafd1;
background-color: #faafd1;
/* Tailwind (arbitrary) */
class="text-[#faafd1] bg-[#faafd1]"
/* SCSS */
$brand: #faafd1;
/* SwiftUI */
Color(red: 0.980, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#faafd1")Accessibility — WCAG contrast
Aa
#faafd1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faafd1 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green68.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow16.4%
Key (black)2.0%
Color previews
#faafd1 text on a black background
contrast 12.12:1
Card sample
#faafd1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faafd1;
Background color
Panel with #faafd1 background
background-color: #faafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faafd1; background: linear-gradient(135deg, #faafd1, #FABFAF);