#aaa5cd
a light, soft blue · cool · closest name: Thistle
At a glance
Every number on this page in one read: what #aaa5cd 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 | #aaa5cd |
| RGB | rgb(170, 165, 205) |
| HSL | hsl(248, 29%, 73%) |
| CMYK | cmyk(17%, 20%, 0%, 20%) |
| LAB | lab(69.4 10.0 -19.7) |
| LCH | lch(69.4 22.1 296.8) |
| OKLCH | oklch(0.740 0.057 290.7) |
| Decimal | 11183565 |
| Display P3 | color(display-p3 0.667 0.647 0.804) |
Copy-ready code
/* CSS */
color: #aaa5cd;
background-color: #aaa5cd;
/* Tailwind (arbitrary) */
class="text-[#aaa5cd] bg-[#aaa5cd]"
/* SCSS */
$brand: #aaa5cd;
/* SwiftUI */
Color(red: 0.667, green: 0.647, blue: 0.804)
/* Android */
Color.parseColor("#aaa5cd")
/* Flutter */
Color(0xFFAAA5CD)
/* Python / OpenCV (BGR) */
(205, 165, 170)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. #aaa5cd 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: #F6F6F9;
--brand-100: #EDECF3;
--brand-200: #D8D6E6;
--brand-300: #aaa5cd;
--brand-400: #9993C3;
--brand-500: #776FAF;
--brand-600: #60579D;
--brand-700: #504983;
--brand-800: #403A69;
--brand-900: #312D4D;
--brand-950: #1F1C30;
--brand: #aaa5cd;
--brand-ink: #000000;
}Colors that work with #aaa5cd
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 #aaa5cd
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 | #C8CDA5 | Directly opposite — maximum tension | |
| Analogous left | #A5B4CD | Neighbour, quieter | |
| Analogous right | #BEA5CD | Neighbour, quieter | |
| Split-complement 1 | #CDBEA5 | Contrast without the clash | |
| Split-complement 2 | #B4CDA5 | Contrast without the clash | |
| Triadic 1 | #CDAAA5 | Even thirds — balanced and loud | |
| Triadic 2 | #A5CDAA | Even thirds — balanced and loud | |
| Tetradic | #CDA5B4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#aaa5cd text on a black background
contrast 8.97:1
#aaa5cd text on a white background
contrast 2.34:1
CSS3 live lab
The quick brown fox
color: #aaa5cd;
background-color: #aaa5cd;
Glowing headline
text-shadow: 2px 2px 8px #aaa5cd;
Soft neon halo
text-shadow: 0 0 14px rgba(170, 165, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(170, 165, 205, 0.45);
border: 3px solid #aaa5cd; background: linear-gradient(135deg, #aaa5cd, #C5A5CD);
Monochromatic scale
Palettes built from #aaa5cd
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 9.8 away, with its history, psychology and brand usage.
#aaa5cd 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.
#aaa5cd, answered
What color is #aaa5cd?
#aaa5cd is a light soft blue, closest to Thistle (ΔE2000 11.5). It sits at 248° on the hue wheel with 29% saturation and 73% lightness, which reads as cool.
What is the RGB value of #aaa5cd?
rgb(170, 165, 205) — 170 red, 165 green and 205 blue out of 255, or 66.7% / 64.7% / 80.4% by channel.
Is #aaa5cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.3986 and perceived brightness is 67%, so black text on it reaches 8.97:1.
Should I use black or white text on #aaa5cd?
Black. It scores 8.97:1 against #aaa5cd, versus 2.34:1 for white — AAA at any size.
What is the complementary color of #aaa5cd?
#C8CDA5 sits directly opposite on the wheel. Softer options are the split-complements #CDBEA5 and #B4CDA5, which give the same contrast with far less vibration.
What colors go well with #aaa5cd?
For interface work: #F6F5FA as the surface, #CDCBE2 for borders, #5A5294 for secondary text, #887F44 as an accent and #322E52 for hover and pressed states. For a palette, the analogous pair #A5B4CD and #BEA5CD stays calm, while #C8CDA5 is the loudest partner.
What is #aaa5cd in CMYK for printing?
cmyk(17%, 20%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #aaa5cd warm or cool?
Cool — it scores 74 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B9A5CD; nudged cooler, #A3AECE.