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