#ABAABB Color Information

Hex color code: #ABAABB

#ABAABB is a balanced blue color. In RGB it is (171, 170, 187), and in HSL it is (244°, 11%, 70%). It is frequently seen in web interfaces.

Try:
Color NameSilver
HEX
#ABAABB
RGB
171, 170, 187
HSL
244°, 11%, 70%
CMYK
9%, 9%, 0%, 27%

Shades

CSS Usage
color: #ABAABB;
background-color: #ABAABB;
border-color: #ABAABB;
box-shadow: 0 0 10px #ABAABB;
border: 2px solid #ABAABB;
Tailwind Usage
bg-[#ABAABB]
text-[#ABAABB]
border-[#ABAABB]
shadow-[0_0_10px_ABAABB]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #ABAABB, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #ABAABB; color: #000000; }

Badge

New Feature
.badge { background-color: #ABAABB; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #ABAABB; background-color: #ABAABB15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #ABAABB20; border-left: 4px solid #ABAABB; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #ABAABB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #ABAABB in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

171, 170, 187

Red: 171 / Green: 170 / Blue: 187

HSL

244°, 11%, 70%

Hue: 244° / Saturation: 11% / Lightness: 70%

CMYK

9%, 9%, 0%, 27%

Cyan: 9% / Magenta: 9% / Yellow: 0% / Key: 27%

What color is #ABAABB?

#ABAABB is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ABAABB to RGB:

rgb(171, 170, 187)HEX to RGB Converter →

HEX to HSL

Convert #ABAABB to HSL:

hsl(244, 11%, 70%)RGB to HSL Converter →

HEX to CMYK

Convert #ABAABB to CMYK:

cmyk(9%, 9%, 0%, 27%)Color Converter →

Color Meaning and Usage

A muted blue tone, #ABAABB has RGB (171, 170, 187) and HSL (244°, 11%, 70%). Known for evoking balance and subtlety, this desaturated neutral is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #ABAABB is #BABBAA, creating high-contrast pairings. For softer combinations, try analogous colors like #AAB1BB.

Use #ABAABB in CSS: color: #ABAABB or background-color: #ABAABB. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #ABAABB

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 9.20:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ABAABB?

#ABAABB is a muted blue color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #ABAABB?

#ABAABB in RGB is (171, 170, 187) - 171 red, 170 green, and 187 blue.

How to use #ABAABB in CSS?

Use #ABAABB directly in your CSS properties like color or background-color.

What colors go well with #ABAABB?

#BABBAA (complementary), #AAB1BB (analogous), and #818099 (lighter shade) work well with #ABAABB.