#faa3cf
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 163, 207
HSL
330°, 90%, 81%
CMYK
0, 35, 17, 2
Luminance
0.5102
Every format
| HEX | #faa3cf |
| RGB | rgb(250, 163, 207) |
| HSL | hsl(330, 90%, 81%) |
| CMYK | cmyk(0%, 35%, 17%, 2%) |
| LAB | lab(76.7 38.2 -9.0) |
| LCH | lch(76.7 39.3 346.7) |
| OKLCH | oklch(0.814 0.116 348.3) |
Copy-ready code
/* CSS */
color: #faa3cf;
background-color: #faa3cf;
/* Tailwind (arbitrary) */
class="text-[#faa3cf] bg-[#faa3cf]"
/* SCSS */
$brand: #faa3cf;
/* SwiftUI */
Color(red: 0.980, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#faa3cf")Accessibility — WCAG contrast
Aa
#faa3cf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa3cf on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green63.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow17.2%
Key (black)2.0%
Color previews
#faa3cf text on a black background
contrast 11.20:1
Card sample
#faa3cf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa3cf;
Background color
Panel with #faa3cf background
background-color: #faa3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa3cf; background: linear-gradient(135deg, #faa3cf, #FAB1A3);