#fadcf5
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 220, 245
HSL
310°, 75%, 92%
CMYK
0, 12, 2, 2
Luminance
0.7810
Every format
| HEX | #fadcf5 |
| RGB | rgb(250, 220, 245) |
| HSL | hsl(310, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 2%, 2%) |
| LAB | lab(90.8 14.6 -8.4) |
| LCH | lch(90.8 16.8 330.1) |
| OKLCH | oklch(0.926 0.046 331.5) |
Copy-ready code
/* CSS */
color: #fadcf5;
background-color: #fadcf5;
/* Tailwind (arbitrary) */
class="text-[#fadcf5] bg-[#fadcf5]"
/* SCSS */
$brand: #fadcf5;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.961)
/* Android */
Color.parseColor("#fadcf5")Accessibility — WCAG contrast
Aa
#fadcf5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcf5 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow2.0%
Key (black)2.0%
Color previews
#fadcf5 text on a black background
contrast 16.62:1
Card sample
#fadcf5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcf5;
Background color
Panel with #fadcf5 background
background-color: #fadcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcf5; background: linear-gradient(135deg, #fadcf5, #FADCE1);