#fac4f1
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 196, 241
HSL
310°, 84%, 88%
CMYK
0, 22, 4, 2
Luminance
0.6615
Every format
| HEX | #fac4f1 |
| RGB | rgb(250, 196, 241) |
| HSL | hsl(310, 84%, 88%) |
| CMYK | cmyk(0%, 22%, 4%, 2%) |
| LAB | lab(85.1 26.4 -14.8) |
| LCH | lch(85.1 30.3 330.7) |
| OKLCH | oklch(0.882 0.084 332.1) |
Copy-ready code
/* CSS */
color: #fac4f1;
background-color: #fac4f1;
/* Tailwind (arbitrary) */
class="text-[#fac4f1] bg-[#fac4f1]"
/* SCSS */
$brand: #fac4f1;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.945)
/* Android */
Color.parseColor("#fac4f1")Accessibility — WCAG contrast
Aa
#fac4f1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4f1 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow3.6%
Key (black)2.0%
Color previews
#fac4f1 text on a black background
contrast 14.23:1
Card sample
#fac4f1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4f1;
Background color
Panel with #fac4f1 background
background-color: #fac4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4f1; background: linear-gradient(135deg, #fac4f1, #FAC4CD);