#fadfe7
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 223, 231
HSL
342°, 73%, 93%
CMYK
0, 11, 8, 2
Luminance
0.7887
Every format
| HEX | #fadfe7 |
| RGB | rgb(250, 223, 231) |
| HSL | hsl(342, 73%, 93%) |
| CMYK | cmyk(0%, 11%, 8%, 2%) |
| LAB | lab(91.2 10.6 -0.5) |
| LCH | lch(91.2 10.6 357.2) |
| OKLCH | oklch(0.928 0.031 357.8) |
Copy-ready code
/* CSS */
color: #fadfe7;
background-color: #fadfe7;
/* Tailwind (arbitrary) */
class="text-[#fadfe7] bg-[#fadfe7]"
/* SCSS */
$brand: #fadfe7;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#fadfe7")Accessibility — WCAG contrast
Aa
#fadfe7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadfe7 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow7.6%
Key (black)2.0%
Color previews
#fadfe7 text on a black background
contrast 16.77:1
Card sample
#fadfe7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadfe7;
Background color
Panel with #fadfe7 background
background-color: #fadfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadfe7; background: linear-gradient(135deg, #fadfe7, #FAE9DF);