#fadcec
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 220, 236
HSL
328°, 75%, 92%
CMYK
0, 12, 6, 2
Luminance
0.7757
Every format
| HEX | #fadcec |
| RGB | rgb(250, 220, 236) |
| HSL | hsl(328, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 6%, 2%) |
| LAB | lab(90.6 13.0 -4.0) |
| LCH | lch(90.6 13.6 342.9) |
| OKLCH | oklch(0.924 0.039 344.5) |
Copy-ready code
/* CSS */
color: #fadcec;
background-color: #fadcec;
/* Tailwind (arbitrary) */
class="text-[#fadcec] bg-[#fadcec]"
/* SCSS */
$brand: #fadcec;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#fadcec")Accessibility — WCAG contrast
Aa
#fadcec on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcec on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow5.6%
Key (black)2.0%
Color previews
#fadcec text on a black background
contrast 16.51:1
Card sample
#fadcec text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcec;
Background color
Panel with #fadcec background
background-color: #fadcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcec; background: linear-gradient(135deg, #fadcec, #FAE0DC);