#faccfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 204, 253
HSL
296°, 93%, 90%
CMYK
1, 19, 0, 1
Luminance
0.7060
Every format
| HEX | #faccfd |
| RGB | rgb(250, 204, 253) |
| HSL | hsl(296, 93%, 90%) |
| CMYK | cmyk(1%, 19%, 0%, 1%) |
| LAB | lab(87.3 24.4 -17.9) |
| LCH | lch(87.3 30.2 323.8) |
| OKLCH | oklch(0.900 0.082 324.3) |
Copy-ready code
/* CSS */
color: #faccfd;
background-color: #faccfd;
/* Tailwind (arbitrary) */
class="text-[#faccfd] bg-[#faccfd]"
/* SCSS */
$brand: #faccfd;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#faccfd")Accessibility — WCAG contrast
Aa
#faccfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccfd on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#faccfd text on a black background
contrast 15.12:1
Card sample
#faccfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccfd;
Background color
Panel with #faccfd background
background-color: #faccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccfd; background: linear-gradient(135deg, #faccfd, #FDCCDF);