#fac7dc
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 199, 220
HSL
335°, 84%, 88%
CMYK
0, 20, 12, 2
Luminance
0.6634
Every format
| HEX | #fac7dc |
| RGB | rgb(250, 199, 220) |
| HSL | hsl(335, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 12%, 2%) |
| LAB | lab(85.2 21.3 -3.5) |
| LCH | lch(85.2 21.6 350.7) |
| OKLCH | oklch(0.880 0.064 351.9) |
Copy-ready code
/* CSS */
color: #fac7dc;
background-color: #fac7dc;
/* Tailwind (arbitrary) */
class="text-[#fac7dc] bg-[#fac7dc]"
/* SCSS */
$brand: #fac7dc;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.863)
/* Android */
Color.parseColor("#fac7dc")Accessibility — WCAG contrast
Aa
#fac7dc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7dc on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow12.0%
Key (black)2.0%
Color previews
#fac7dc text on a black background
contrast 14.27:1
Card sample
#fac7dc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7dc;
Background color
Panel with #fac7dc background
background-color: #fac7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7dc; background: linear-gradient(135deg, #fac7dc, #FAD4C7);