#fadeef
a pale, vivid magenta / pink · warm · closest name: Lavender Blush
At a glance
Every number on this page in one read: what #fadeef is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #fadeef |
| RGB | rgb(250, 222, 239) |
| HSL | hsl(324, 74%, 93%) |
| CMYK | cmyk(0%, 11%, 4%, 2%) |
| LAB | lab(91.1 12.5 -4.7) |
| LCH | lch(91.1 13.3 339.2) |
| OKLCH | oklch(0.928 0.038 340.8) |
| Decimal | 16441071 |
| Display P3 | color(display-p3 0.980 0.871 0.937) |
Copy-ready code
/* CSS */
color: #fadeef;
background-color: #fadeef;
/* Tailwind (arbitrary) */
class="text-[#fadeef] bg-[#fadeef]"
/* SCSS */
$brand: #fadeef;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#fadeef")
/* Flutter */
Color(0xFFFADEEF)
/* Python / OpenCV (BGR) */
(239, 222, 250)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #fadeef is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F8;
--brand-100: #fadeef;
--brand-200: #F3C8E2;
--brand-300: #F09ED0;
--brand-400: #E96DB8;
--brand-500: #E13CA0;
--brand-600: #D5208E;
--brand-700: #B11B76;
--brand-800: #8E155E;
--brand-900: #671446;
--brand-950: #400C2C;
--brand: #fadeef;
--brand-ink: #000000;
}Colors that work with #fadeef
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #fadeef
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DEFAE9 | Directly opposite — maximum tension | |
| Analogous left | #F7DEFA | Neighbour, quieter | |
| Analogous right | #FADEE1 | Neighbour, quieter | |
| Split-complement 1 | #E1FADE | Contrast without the clash | |
| Split-complement 2 | #DEFAF7 | Contrast without the clash | |
| Triadic 1 | #EFFADE | Even thirds — balanced and loud | |
| Triadic 2 | #DEEFFA | Even thirds — balanced and loud | |
| Tetradic | #FAF7DE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fadeef text on a black background
contrast 16.76:1
#fadeef text on a white background
contrast 1.25:1
CSS3 live lab
The quick brown fox
color: #fadeef;
background-color: #fadeef;
Glowing headline
text-shadow: 2px 2px 8px #fadeef;
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 239, 0.45);
box-shadow: 0 12px 32px -8px rgba(250, 222, 239, 0.45);
border: 3px solid #fadeef; background: linear-gradient(135deg, #fadeef, #FADFDE);
Monochromatic scale
Palettes built from #fadeef
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Thistle (#d8bfd8) — ΔE2000 7.8 away, with its history, psychology and brand usage.
#fadeef in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#fadeef, answered
What color is #fadeef?
#fadeef is a pale vivid magenta / pink, closest to Lavender Blush (ΔE2000 7.2). It sits at 324° on the hue wheel with 74% saturation and 93% lightness, which reads as warm.
What is the RGB value of #fadeef?
rgb(250, 222, 239) — 250 red, 222 green and 239 blue out of 255, or 98% / 87.1% / 93.7% by channel.
Is #fadeef a light or a dark color?
It is a light color. Relative luminance is 0.7880 and perceived brightness is 91%, so black text on it reaches 16.76:1.
Should I use black or white text on #fadeef?
Black. It scores 16.76:1 against #fadeef, versus 1.25:1 for white — AAA at any size.
What is the complementary color of #fadeef?
#DEFAE9 sits directly opposite on the wheel. Softer options are the split-complements #E1FADE and #DEFAF7, which give the same contrast with far less vibration.
What colors go well with #fadeef?
For interface work: #FAF4F8 as the surface, #EDC0DB for borders, #9B4B7B for secondary text, #16B62B as an accent and #6F114A for hover and pressed states. For a palette, the analogous pair #F7DEFA and #FADEE1 stays calm, while #DEFAE9 is the loudest partner.
What is #fadeef in CMYK for printing?
cmyk(0%, 11%, 4%, 2%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #fadeef warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FADEE5; nudged cooler, #FADDFA.