#a3abcd
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #a3abcd 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 | #a3abcd |
| RGB | rgb(163, 171, 205) |
| HSL | hsl(229, 30%, 72%) |
| CMYK | cmyk(21%, 17%, 0%, 20%) |
| LAB | lab(70.4 4.4 -18.2) |
| LCH | lch(70.4 18.7 283.6) |
| OKLCH | oklch(0.746 0.050 274.7) |
| Decimal | 10726349 |
| Display P3 | color(display-p3 0.639 0.671 0.804) |
Copy-ready code
/* CSS */
color: #a3abcd;
background-color: #a3abcd;
/* Tailwind (arbitrary) */
class="text-[#a3abcd] bg-[#a3abcd]"
/* SCSS */
$brand: #a3abcd;
/* SwiftUI */
Color(red: 0.639, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#a3abcd")
/* Flutter */
Color(0xFFA3ABCD)
/* Python / OpenCV (BGR) */
(205, 171, 163)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. #a3abcd 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: #F6F6F9;
--brand-100: #ECEEF3;
--brand-200: #D5D8E6;
--brand-300: #B6BDD8;
--brand-400: #a3abcd;
--brand-500: #6E7AB0;
--brand-600: #56649F;
--brand-700: #485384;
--brand-800: #39436A;
--brand-900: #2D334E;
--brand-950: #1C2031;
--brand: #a3abcd;
--brand-ink: #000000;
}Colors that work with #a3abcd
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 #a3abcd
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 | #CDC5A3 | Directly opposite — maximum tension | |
| Analogous left | #A3C0CD | Neighbour, quieter | |
| Analogous right | #B0A3CD | Neighbour, quieter | |
| Split-complement 1 | #CDB0A3 | Contrast without the clash | |
| Split-complement 2 | #C0CDA3 | Contrast without the clash | |
| Triadic 1 | #CDA3AB | Even thirds — balanced and loud | |
| Triadic 2 | #ABCDA3 | Even thirds — balanced and loud | |
| Tetradic | #CDA3C0 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a3abcd text on a black background
contrast 9.26:1
#a3abcd text on a white background
contrast 2.27:1
CSS3 live lab
The quick brown fox
color: #a3abcd;
background-color: #a3abcd;
Glowing headline
text-shadow: 2px 2px 8px #a3abcd;
Soft neon halo
text-shadow: 0 0 14px rgba(163, 171, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(163, 171, 205, 0.45);
border: 3px solid #a3abcd; background: linear-gradient(135deg, #a3abcd, #B7A3CD);
Monochromatic scale
Palettes built from #a3abcd
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 10.4 away, with its history, psychology and brand usage.
#a3abcd 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.
#a3abcd, answered
What color is #a3abcd?
#a3abcd is a light soft blue, closest to Light Steel Blue (ΔE2000 8.7). It sits at 229° on the hue wheel with 30% saturation and 72% lightness, which reads as cool.
What is the RGB value of #a3abcd?
rgb(163, 171, 205) — 163 red, 171 green and 205 blue out of 255, or 63.9% / 67.1% / 80.4% by channel.
Is #a3abcd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4132 and perceived brightness is 68%, so black text on it reaches 9.26:1.
Should I use black or white text on #a3abcd?
Black. It scores 9.26:1 against #a3abcd, versus 2.27:1 for white — AAA at any size.
What is the complementary color of #a3abcd?
#CDC5A3 sits directly opposite on the wheel. Softer options are the split-complements #CDB0A3 and #C0CDA3, which give the same contrast with far less vibration.
What colors go well with #a3abcd?
For interface work: #F5F6FA as the surface, #CACFE2 for borders, #515E95 for secondary text, #886A44 as an accent and #2D3453 for hover and pressed states. For a palette, the analogous pair #A3C0CD and #B0A3CD stays calm, while #CDC5A3 is the loudest partner.
What is #a3abcd in CMYK for printing?
cmyk(21%, 17%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a3abcd warm or cool?
Cool — it scores 84 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ABA3CD; nudged cooler, #A2B5CF.