#fadcfb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 220, 251
HSL
298°, 80%, 92%
CMYK
0, 12, 0, 2
Luminance
0.7848
Every format
| HEX | #fadcfb |
| RGB | rgb(250, 220, 251) |
| HSL | hsl(298, 80%, 92%) |
| CMYK | cmyk(0%, 12%, 0%, 2%) |
| LAB | lab(91.0 15.6 -11.3) |
| LCH | lch(91.0 19.3 324.2) |
| OKLCH | oklch(0.928 0.052 325.0) |
Copy-ready code
/* CSS */
color: #fadcfb;
background-color: #fadcfb;
/* Tailwind (arbitrary) */
class="text-[#fadcfb] bg-[#fadcfb]"
/* SCSS */
$brand: #fadcfb;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#fadcfb")Accessibility — WCAG contrast
Aa
#fadcfb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcfb on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#fadcfb text on a black background
contrast 16.70:1
Card sample
#fadcfb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcfb;
Background color
Panel with #fadcfb background
background-color: #fadcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcfb; background: linear-gradient(135deg, #fadcfb, #FBDCE7);