#fadce0
a pale, electric red · warm · closest name: lavender
RGB
250, 220, 224
HSL
352°, 75%, 92%
CMYK
0, 12, 10, 2
Luminance
0.7689
Every format
| HEX | #fadce0 |
| RGB | rgb(250, 220, 224) |
| HSL | hsl(352, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 10%, 2%) |
| LAB | lab(90.3 11.0 1.9) |
| LCH | lch(90.3 11.1 9.6) |
| OKLCH | oklch(0.920 0.034 8.6) |
Copy-ready code
/* CSS */
color: #fadce0;
background-color: #fadce0;
/* Tailwind (arbitrary) */
class="text-[#fadce0] bg-[#fadce0]"
/* SCSS */
$brand: #fadce0;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#fadce0")Accessibility — WCAG contrast
Aa
#fadce0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadce0 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow10.4%
Key (black)2.0%
Color previews
#fadce0 text on a black background
contrast 16.38:1
Card sample
#fadce0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadce0;
Background color
Panel with #fadce0 background
background-color: #fadce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadce0; background: linear-gradient(135deg, #fadce0, #FAECDC);