#fadce7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 220, 231
HSL
338°, 75%, 92%
CMYK
0, 12, 8, 2
Luminance
0.7728
Every format
| HEX | #fadce7 |
| RGB | rgb(250, 220, 231) |
| HSL | hsl(338, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 8%, 2%) |
| LAB | lab(90.5 12.1 -1.6) |
| LCH | lch(90.5 12.2 352.6) |
| OKLCH | oklch(0.922 0.036 353.7) |
Copy-ready code
/* CSS */
color: #fadce7;
background-color: #fadce7;
/* Tailwind (arbitrary) */
class="text-[#fadce7] bg-[#fadce7]"
/* SCSS */
$brand: #fadce7;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.906)
/* Android */
Color.parseColor("#fadce7")Accessibility — WCAG contrast
Aa
#fadce7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadce7 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow7.6%
Key (black)2.0%
Color previews
#fadce7 text on a black background
contrast 16.46:1
Card sample
#fadce7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadce7;
Background color
Panel with #fadce7 background
background-color: #fadce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadce7; background: linear-gradient(135deg, #fadce7, #FAE5DC);