#fac7fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 199, 252
HSL
298°, 90%, 88%
CMYK
1, 21, 0, 1
Luminance
0.6820
Every format
| HEX | #fac7fc |
| RGB | rgb(250, 199, 252) |
| HSL | hsl(298, 90%, 88%) |
| CMYK | cmyk(1%, 21%, 0%, 1%) |
| LAB | lab(86.1 26.8 -19.1) |
| LCH | lch(86.1 32.9 324.5) |
| OKLCH | oklch(0.891 0.090 325.1) |
Copy-ready code
/* CSS */
color: #fac7fc;
background-color: #fac7fc;
/* Tailwind (arbitrary) */
class="text-[#fac7fc] bg-[#fac7fc]"
/* SCSS */
$brand: #fac7fc;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.988)
/* Android */
Color.parseColor("#fac7fc")Accessibility — WCAG contrast
Aa
#fac7fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7fc on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta21.0%
Yellow0.0%
Key (black)1.2%
Color previews
#fac7fc text on a black background
contrast 14.64:1
Card sample
#fac7fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7fc;
Background color
Panel with #fac7fc background
background-color: #fac7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7fc; background: linear-gradient(135deg, #fac7fc, #FCC7DB);