#fadce4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 220, 228
HSL
344°, 75%, 92%
CMYK
0, 12, 9, 2
Luminance
0.7711
Every format
| HEX | #fadce4 |
| RGB | rgb(250, 220, 228) |
| HSL | hsl(344, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 9%, 2%) |
| LAB | lab(90.4 11.6 -0.1) |
| LCH | lch(90.4 11.6 359.5) |
| OKLCH | oklch(0.921 0.035 359.8) |
Copy-ready code
/* CSS */
color: #fadce4;
background-color: #fadce4;
/* Tailwind (arbitrary) */
class="text-[#fadce4] bg-[#fadce4]"
/* SCSS */
$brand: #fadce4;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#fadce4")Accessibility — WCAG contrast
Aa
#fadce4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadce4 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow8.8%
Key (black)2.0%
Color previews
#fadce4 text on a black background
contrast 16.42:1
Card sample
#fadce4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadce4;
Background color
Panel with #fadce4 background
background-color: #fadce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadce4; background: linear-gradient(135deg, #fadce4, #FAE8DC);