#e4bade
a light, soft magenta / pink · neutral · closest name: Thistle
At a glance
Every number on this page in one read: what #e4bade is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #e4bade |
| RGB | rgb(228, 186, 222) |
| HSL | hsl(309, 44%, 81%) |
| CMYK | cmyk(0%, 18%, 3%, 11%) |
| LAB | lab(80.1 21.1 -12.3) |
| LCH | lch(80.1 24.4 329.7) |
| OKLCH | oklch(0.837 0.068 331.0) |
| Decimal | 14990046 |
| Display P3 | color(display-p3 0.894 0.729 0.871) |
Copy-ready code
/* CSS */
color: #e4bade;
background-color: #e4bade;
/* Tailwind (arbitrary) */
class="text-[#e4bade] bg-[#e4bade]"
/* SCSS */
$brand: #e4bade;
/* SwiftUI */
Color(red: 0.894, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e4bade")
/* Flutter */
Color(0xFFE4BADE)
/* Python / OpenCV (BGR) */
(222, 186, 228)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. #e4bade is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF5F9;
--brand-100: #F5EAF3;
--brand-200: #EBD1E7;
--brand-300: #e4bade;
--brand-400: #D086C5;
--brand-500: #C05EB2;
--brand-600: #B045A1;
--brand-700: #933986;
--brand-800: #752E6B;
--brand-900: #56254F;
--brand-950: #361731;
--brand: #e4bade;
--brand-ink: #000000;
}Colors that work with #e4bade
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 #e4bade
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #BAE4C0 | Directly opposite — maximum tension | |
| Analogous left | #D5BAE4 | Neighbour, quieter | |
| Analogous right | #E4BAC9 | Neighbour, quieter | |
| Split-complement 1 | #C9E4BA | Contrast without the clash | |
| Split-complement 2 | #BAE4D5 | Contrast without the clash | |
| Triadic 1 | #DEE4BA | Even thirds — balanced and loud | |
| Triadic 2 | #BADEE4 | Even thirds — balanced and loud | |
| Tetradic | #E4D5BA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#e4bade text on a black background
contrast 12.38:1
#e4bade text on a white background
contrast 1.70:1
CSS3 live lab
The quick brown fox
color: #e4bade;
background-color: #e4bade;
Glowing headline
text-shadow: 2px 2px 8px #e4bade;
Soft neon halo
text-shadow: 0 0 14px rgba(228, 186, 222, 0.45);
box-shadow: 0 12px 32px -8px rgba(228, 186, 222, 0.45);
border: 3px solid #e4bade; background: linear-gradient(135deg, #e4bade, #E4BAC2);
Monochromatic scale
Palettes built from #e4bade
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 5.1 away, with its history, psychology and brand usage.
#e4bade in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#e4bade, answered
What color is #e4bade?
#e4bade is a light soft magenta / pink, closest to Thistle (ΔE2000 5.1). It sits at 309° on the hue wheel with 44% saturation and 81% lightness, which reads as neutral.
What is the RGB value of #e4bade?
rgb(228, 186, 222) — 228 red, 186 green and 222 blue out of 255, or 89.4% / 72.9% / 87.1% by channel.
Is #e4bade a light or a dark color?
It is a light color. Relative luminance is 0.5689 and perceived brightness is 80%, so black text on it reaches 12.38:1.
Should I use black or white text on #e4bade?
Black. It scores 12.38:1 against #e4bade, versus 1.70:1 for white — AAA at any size.
What is the complementary color of #e4bade?
#BAE4C0 sits directly opposite on the wheel. Softer options are the split-complements #C9E4BA and #BAE4D5, which give the same contrast with far less vibration.
What colors go well with #e4bade?
For interface work: #FAF4FA as the surface, #E8C4E3 for borders, #9B4B8F for secondary text, #409735 as an accent and #5C2454 for hover and pressed states. For a palette, the analogous pair #D5BAE4 and #E4BAC9 stays calm, while #BAE4C0 is the loudest partner.
What is #e4bade in CMYK for printing?
cmyk(0%, 18%, 3%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #e4bade warm or cool?
Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E4BACF; nudged cooler, #DBB9E5.