#aea2cf
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #aea2cf is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #aea2cf |
| RGB | rgb(174, 162, 207) |
| HSL | hsl(256, 32%, 72%) |
| CMYK | cmyk(16%, 22%, 0%, 19%) |
| LAB | lab(69.0 13.4 -21.4) |
| LCH | lch(69.0 25.2 302.0) |
| OKLCH | oklch(0.738 0.065 297.0) |
| Decimal | 11444943 |
| Display P3 | color(display-p3 0.682 0.635 0.812) |
Copy-ready code
/* CSS */
color: #aea2cf;
background-color: #aea2cf;
/* Tailwind (arbitrary) */
class="text-[#aea2cf] bg-[#aea2cf]"
/* SCSS */
$brand: #aea2cf;
/* SwiftUI */
Color(red: 0.682, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#aea2cf")
/* Flutter */
Color(0xFFAEA2CF)
/* Python / OpenCV (BGR) */
(207, 162, 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. #aea2cf 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: #F6F5F9;
--brand-100: #EEECF4;
--brand-200: #DAD5E7;
--brand-300: #BFB5D9;
--brand-400: #aea2cf;
--brand-500: #7E6BB3;
--brand-600: #6853A1;
--brand-700: #574587;
--brand-800: #45386C;
--brand-900: #352B4F;
--brand-950: #211B31;
--brand: #aea2cf;
--brand-ink: #000000;
}Colors that work with #aea2cf
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 #aea2cf
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 | #C3CFA2 | Directly opposite — maximum tension | |
| Analogous left | #A2ADCF | Neighbour, quieter | |
| Analogous right | #C5A2CF | Neighbour, quieter | |
| Split-complement 1 | #CFC5A2 | Contrast without the clash | |
| Split-complement 2 | #ADCFA2 | Contrast without the clash | |
| Triadic 1 | #CFAEA2 | Even thirds — balanced and loud | |
| Triadic 2 | #A2CFAE | Even thirds — balanced and loud | |
| Tetradic | #CFA2AD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#aea2cf text on a black background
contrast 8.87:1
#aea2cf text on a white background
contrast 2.37:1
CSS3 live lab
The quick brown fox
color: #aea2cf;
background-color: #aea2cf;
Glowing headline
text-shadow: 2px 2px 8px #aea2cf;
Soft neon halo
text-shadow: 0 0 14px rgba(174, 162, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(174, 162, 207, 0.45);
border: 3px solid #aea2cf; background: linear-gradient(135deg, #aea2cf, #CCA2CF);
Monochromatic scale
Palettes built from #aea2cf
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 8.1 away, with its history, psychology and brand usage.
#aea2cf 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.
#aea2cf, answered
What color is #aea2cf?
#aea2cf is a light soft violet, closest to Plum (ΔE2000 11.2). It sits at 256° on the hue wheel with 32% saturation and 72% lightness, which reads as cool.
What is the RGB value of #aea2cf?
rgb(174, 162, 207) — 174 red, 162 green and 207 blue out of 255, or 68.2% / 63.5% / 81.2% by channel.
Is #aea2cf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3934 and perceived brightness is 67%, so black text on it reaches 8.87:1.
Should I use black or white text on #aea2cf?
Black. It scores 8.87:1 against #aea2cf, versus 2.37:1 for white — AAA at any size.
What is the complementary color of #aea2cf?
#C3CFA2 sits directly opposite on the wheel. Softer options are the split-complements #CFC5A2 and #ADCFA2, which give the same contrast with far less vibration.
What colors go well with #aea2cf?
For interface work: #F6F5FA as the surface, #D0C9E3 for borders, #624E97 for secondary text, #898B41 as an accent and #362B54 for hover and pressed states. For a palette, the analogous pair #A2ADCF and #C5A2CF stays calm, while #C3CFA2 is the loudest partner.
What is #aea2cf in CMYK for printing?
cmyk(16%, 22%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #aea2cf warm or cool?
Cool — it scores 72 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BFA2CF; nudged cooler, #A1A6D0.