#ae9abc
a light, soft violet · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #ae9abc 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 | #ae9abc |
| RGB | rgb(174, 154, 188) |
| HSL | hsl(275, 20%, 67%) |
| CMYK | cmyk(7%, 18%, 0%, 26%) |
| LAB | lab(66.3 13.8 -14.9) |
| LCH | lch(66.3 20.3 312.9) |
| OKLCH | oklch(0.715 0.053 311.3) |
| Decimal | 11442876 |
| Display P3 | color(display-p3 0.682 0.604 0.737) |
Copy-ready code
/* CSS */
color: #ae9abc;
background-color: #ae9abc;
/* Tailwind (arbitrary) */
class="text-[#ae9abc] bg-[#ae9abc]"
/* SCSS */
$brand: #ae9abc;
/* SwiftUI */
Color(red: 0.682, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#ae9abc")
/* Flutter */
Color(0xFFAE9ABC)
/* Python / OpenCV (BGR) */
(188, 154, 174)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. #ae9abc is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F6F9;
--brand-100: #F0EDF2;
--brand-200: #DFD8E4;
--brand-300: #C9BCD2;
--brand-400: #ae9abc;
--brand-500: #9378A5;
--brand-600: #7F6293;
--brand-700: #6A517B;
--brand-800: #554162;
--brand-900: #3F3249;
--brand-950: #281F2D;
--brand: #ae9abc;
--brand-ink: #000000;
}Colors that work with #ae9abc
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 #ae9abc
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 | #A8BC9A | Directly opposite — maximum tension | |
| Analogous left | #9D9ABC | Neighbour, quieter | |
| Analogous right | #BC9AB9 | Neighbour, quieter | |
| Split-complement 1 | #B9BC9A | Contrast without the clash | |
| Split-complement 2 | #9ABC9D | Contrast without the clash | |
| Triadic 1 | #BCAE9A | Even thirds — balanced and loud | |
| Triadic 2 | #9ABCAE | Even thirds — balanced and loud | |
| Tetradic | #BC9D9A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ae9abc text on a black background
contrast 8.15:1
#ae9abc text on a white background
contrast 2.58:1
CSS3 live lab
The quick brown fox
color: #ae9abc;
background-color: #ae9abc;
Glowing headline
text-shadow: 2px 2px 8px #ae9abc;
Soft neon halo
text-shadow: 0 0 14px rgba(174, 154, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(174, 154, 188, 0.45);
border: 3px solid #ae9abc; background: linear-gradient(135deg, #ae9abc, #BC9AB3);
Monochromatic scale
Palettes built from #ae9abc
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: Lilac (#c8a2c8) — ΔE2000 6 away, with its history, psychology and brand usage.
#ae9abc 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.
#ae9abc, answered
What color is #ae9abc?
#ae9abc is a light soft violet, closest to Plum (ΔE2000 10.9). It sits at 275° on the hue wheel with 20% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #ae9abc?
rgb(174, 154, 188) — 174 red, 154 green and 188 blue out of 255, or 68.2% / 60.4% / 73.7% by channel.
Is #ae9abc a light or a dark color?
It is a mid-tone. Relative luminance is 0.3574 and perceived brightness is 64%, so black text on it reaches 8.15:1.
Should I use black or white text on #ae9abc?
Black. It scores 8.15:1 against #ae9abc, versus 2.58:1 for white — AAA at any size.
What is the complementary color of #ae9abc?
#A8BC9A sits directly opposite on the wheel. Softer options are the split-complements #B9BC9A and #9ABC9D, which give the same contrast with far less vibration.
What colors go well with #ae9abc?
For interface work: #F8F6F9 as the surface, #D8CEDE for borders, #775C8A for secondary text, #6E7E4E as an accent and #42334D for hover and pressed states. For a palette, the analogous pair #9D9ABC and #BC9AB9 stays calm, while #A8BC9A is the loudest partner.
What is #ae9abc in CMYK for printing?
cmyk(7%, 18%, 0%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ae9abc warm or cool?
Neutral — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BB9ABC; nudged cooler, #A198BE.