#fadbe0
a pale, electric red · warm · closest name: lavender
RGB
250, 219, 224
HSL
350°, 76%, 92%
CMYK
0, 12, 10, 2
Luminance
0.7637
Every format
| HEX | #fadbe0 |
| RGB | rgb(250, 219, 224) |
| HSL | hsl(350, 76%, 92%) |
| CMYK | cmyk(0%, 12%, 10%, 2%) |
| LAB | lab(90.0 11.5 1.5) |
| LCH | lch(90.0 11.6 7.4) |
| OKLCH | oklch(0.918 0.035 6.8) |
Copy-ready code
/* CSS */
color: #fadbe0;
background-color: #fadbe0;
/* Tailwind (arbitrary) */
class="text-[#fadbe0] bg-[#fadbe0]"
/* SCSS */
$brand: #fadbe0;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.878)
/* Android */
Color.parseColor("#fadbe0")Accessibility — WCAG contrast
Aa
#fadbe0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbe0 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow10.4%
Key (black)2.0%
Color previews
#fadbe0 text on a black background
contrast 16.27:1
Card sample
#fadbe0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbe0;
Background color
Panel with #fadbe0 background
background-color: #fadbe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbe0; background: linear-gradient(135deg, #fadbe0, #FAEBDB);