#faafd7
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 175, 215
HSL
328°, 88%, 83%
CMYK
0, 30, 14, 2
Luminance
0.5589
Every format
| HEX | #faafd7 |
| RGB | rgb(250, 175, 215) |
| HSL | hsl(328, 88%, 83%) |
| CMYK | cmyk(0%, 30%, 14%, 2%) |
| LAB | lab(79.5 33.2 -9.1) |
| LCH | lch(79.5 34.4 344.6) |
| OKLCH | oklch(0.837 0.101 346.3) |
Copy-ready code
/* CSS */
color: #faafd7;
background-color: #faafd7;
/* Tailwind (arbitrary) */
class="text-[#faafd7] bg-[#faafd7]"
/* SCSS */
$brand: #faafd7;
/* SwiftUI */
Color(red: 0.980, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#faafd7")Accessibility — WCAG contrast
Aa
#faafd7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faafd7 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green68.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow14.0%
Key (black)2.0%
Color previews
#faafd7 text on a black background
contrast 12.18:1
Card sample
#faafd7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faafd7;
Background color
Panel with #faafd7 background
background-color: #faafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faafd7; background: linear-gradient(135deg, #faafd7, #FAB9AF);