#fadeec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 222, 236
HSL
330°, 74%, 93%
CMYK
0, 11, 6, 2
Luminance
0.7862
Every format
| HEX | #fadeec |
| RGB | rgb(250, 222, 236) |
| HSL | hsl(330, 74%, 93%) |
| CMYK | cmyk(0%, 11%, 6%, 2%) |
| LAB | lab(91.1 11.9 -3.3) |
| LCH | lch(91.1 12.4 344.6) |
| OKLCH | oklch(0.927 0.036 346.1) |
Copy-ready code
/* CSS */
color: #fadeec;
background-color: #fadeec;
/* Tailwind (arbitrary) */
class="text-[#fadeec] bg-[#fadeec]"
/* SCSS */
$brand: #fadeec;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.925)
/* Android */
Color.parseColor("#fadeec")Accessibility — WCAG contrast
Aa
#fadeec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadeec on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow5.6%
Key (black)2.0%
Color previews
#fadeec text on a black background
contrast 16.72:1
Card sample
#fadeec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadeec;
Background color
Panel with #fadeec background
background-color: #fadeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadeec; background: linear-gradient(135deg, #fadeec, #FAE2DE);