#faccfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 204, 251
HSL
299°, 86%, 89%
CMYK
0, 19, 0, 2
Luminance
0.7047
Every format
| HEX | #faccfb |
| RGB | rgb(250, 204, 251) |
| HSL | hsl(299, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 0%, 2%) |
| LAB | lab(87.2 24.0 -16.9) |
| LCH | lch(87.2 29.4 324.9) |
| OKLCH | oklch(0.899 0.080 325.5) |
Copy-ready code
/* CSS */
color: #faccfb;
background-color: #faccfb;
/* Tailwind (arbitrary) */
class="text-[#faccfb] bg-[#faccfb]"
/* SCSS */
$brand: #faccfb;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#faccfb")Accessibility — WCAG contrast
Aa
#faccfb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccfb on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#faccfb text on a black background
contrast 15.09:1
Card sample
#faccfb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccfb;
Background color
Panel with #faccfb background
background-color: #faccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccfb; background: linear-gradient(135deg, #faccfb, #FBCCDD);