#fadffb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
250, 223, 251
HSL
298°, 78%, 93%
CMYK
0, 11, 0, 2
Luminance
0.8006
Every format
| HEX | #fadffb |
| RGB | rgb(250, 223, 251) |
| HSL | hsl(298, 78%, 93%) |
| CMYK | cmyk(0%, 11%, 0%, 2%) |
| LAB | lab(91.7 14.1 -10.2) |
| LCH | lch(91.7 17.4 324.1) |
| OKLCH | oklch(0.934 0.047 324.9) |
Copy-ready code
/* CSS */
color: #fadffb;
background-color: #fadffb;
/* Tailwind (arbitrary) */
class="text-[#fadffb] bg-[#fadffb]"
/* SCSS */
$brand: #fadffb;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#fadffb")Accessibility — WCAG contrast
Aa
#fadffb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadffb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#fadffb text on a black background
contrast 17.01:1
Card sample
#fadffb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadffb;
Background color
Panel with #fadffb background
background-color: #fadffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadffb; background: linear-gradient(135deg, #fadffb, #FBDFE9);