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