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