#fac6dc
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 198, 220
HSL
335°, 84%, 88%
CMYK
0, 21, 12, 2
Luminance
0.6588
Every format
| HEX | #fac6dc |
| RGB | rgb(250, 198, 220) |
| HSL | hsl(335, 84%, 88%) |
| CMYK | cmyk(0%, 21%, 12%, 2%) |
| LAB | lab(84.9 21.9 -3.8) |
| LCH | lch(84.9 22.2 350.0) |
| OKLCH | oklch(0.878 0.065 351.3) |
Copy-ready code
/* CSS */
color: #fac6dc;
background-color: #fac6dc;
/* Tailwind (arbitrary) */
class="text-[#fac6dc] bg-[#fac6dc]"
/* SCSS */
$brand: #fac6dc;
/* SwiftUI */
Color(red: 0.980, green: 0.776, blue: 0.863)
/* Android */
Color.parseColor("#fac6dc")Accessibility — WCAG contrast
Aa
#fac6dc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac6dc on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow12.0%
Key (black)2.0%
Color previews
#fac6dc text on a black background
contrast 14.18:1
Card sample
#fac6dc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac6dc;
Background color
Panel with #fac6dc background
background-color: #fac6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 198, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 198, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac6dc; background: linear-gradient(135deg, #fac6dc, #FAD2C6);