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