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