#fac4fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 196, 252
HSL
298°, 90%, 88%
CMYK
1, 22, 0, 1
Luminance
0.6683
Every format
| HEX | #fac4fc |
| RGB | rgb(250, 196, 252) |
| HSL | hsl(298, 90%, 88%) |
| CMYK | cmyk(1%, 22%, 0%, 1%) |
| LAB | lab(85.4 28.4 -20.1) |
| LCH | lch(85.4 34.8 324.7) |
| OKLCH | oklch(0.885 0.095 325.2) |
Copy-ready code
/* CSS */
color: #fac4fc;
background-color: #fac4fc;
/* Tailwind (arbitrary) */
class="text-[#fac4fc] bg-[#fac4fc]"
/* SCSS */
$brand: #fac4fc;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.988)
/* Android */
Color.parseColor("#fac4fc")Accessibility — WCAG contrast
Aa
#fac4fc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4fc on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta22.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fac4fc text on a black background
contrast 14.37:1
Card sample
#fac4fc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4fc;
Background color
Panel with #fac4fc background
background-color: #fac4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4fc; background: linear-gradient(135deg, #fac4fc, #FCC4D8);