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