#aeb2cd
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #aeb2cd 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 | #aeb2cd |
| RGB | rgb(174, 178, 205) |
| HSL | hsl(232, 24%, 74%) |
| CMYK | cmyk(15%, 13%, 0%, 20%) |
| LAB | lab(73.0 4.1 -14.1) |
| LCH | lch(73.0 14.7 286.1) |
| OKLCH | oklch(0.769 0.039 278.8) |
| Decimal | 11449037 |
| Display P3 | color(display-p3 0.682 0.698 0.804) |
Copy-ready code
/* CSS */
color: #aeb2cd;
background-color: #aeb2cd;
/* Tailwind (arbitrary) */
class="text-[#aeb2cd] bg-[#aeb2cd]"
/* SCSS */
$brand: #aeb2cd;
/* SwiftUI */
Color(red: 0.682, green: 0.698, blue: 0.804)
/* Android */
Color.parseColor("#aeb2cd")
/* Flutter */
Color(0xFFAEB2CD)
/* Python / OpenCV (BGR) */
(205, 178, 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. #aeb2cd 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: #EDEEF3;
--brand-200: #D7D9E5;
--brand-300: #aeb2cd;
--brand-400: #979CBF;
--brand-500: #747BA9;
--brand-600: #5D6597;
--brand-700: #4E547E;
--brand-800: #3E4365;
--brand-900: #30334B;
--brand-950: #1E202F;
--brand: #aeb2cd;
--brand-ink: #000000;
}Colors that work with #aeb2cd
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 #aeb2cd
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 | #CDC9AE | Directly opposite — maximum tension | |
| Analogous left | #AEC1CD | Neighbour, quieter | |
| Analogous right | #B9AECD | Neighbour, quieter | |
| Split-complement 1 | #CDB9AE | Contrast without the clash | |
| Split-complement 2 | #C1CDAE | Contrast without the clash | |
| Triadic 1 | #CDAEB2 | Even thirds — balanced and loud | |
| Triadic 2 | #B2CDAE | Even thirds — balanced and loud | |
| Tetradic | #CDAEC1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#aeb2cd text on a black background
contrast 10.05:1
#aeb2cd text on a white background
contrast 2.09:1
CSS3 live lab
The quick brown fox
color: #aeb2cd;
background-color: #aeb2cd;
Glowing headline
text-shadow: 2px 2px 8px #aeb2cd;
Soft neon halo
text-shadow: 0 0 14px rgba(174, 178, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(174, 178, 205, 0.45);
border: 3px solid #aeb2cd; background: linear-gradient(135deg, #aeb2cd, #BFAECD);
Monochromatic scale
Palettes built from #aeb2cd
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: Periwinkle (#ccccff) — ΔE2000 9.8 away, with its history, psychology and brand usage.
#aeb2cd 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.
#aeb2cd, answered
What color is #aeb2cd?
#aeb2cd is a light soft blue, closest to Light Steel Blue (ΔE2000 7.9). It sits at 232° on the hue wheel with 24% saturation and 74% lightness, which reads as cool.
What is the RGB value of #aeb2cd?
rgb(174, 178, 205) — 174 red, 178 green and 205 blue out of 255, or 68.2% / 69.8% / 80.4% by channel.
Is #aeb2cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4525 and perceived brightness is 71%, so black text on it reaches 10.05:1.
Should I use black or white text on #aeb2cd?
Black. It scores 10.05:1 against #aeb2cd, versus 2.09:1 for white — AAA at any size.
What is the complementary color of #aeb2cd?
#CDC9AE sits directly opposite on the wheel. Softer options are the split-complements #CDB9AE and #C1CDAE, which give the same contrast with far less vibration.
What colors go well with #aeb2cd?
For interface work: #F6F6F9 as the surface, #CDCFE0 for borders, #585F8E for secondary text, #836D49 as an accent and #31354F for hover and pressed states. For a palette, the analogous pair #AEC1CD and #B9AECD stays calm, while #CDC9AE is the loudest partner.
What is #aeb2cd in CMYK for printing?
cmyk(15%, 13%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #aeb2cd warm or cool?
Cool — it scores 75 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B5AECD; nudged cooler, #ADBBCE.