#AFBBB2 Color Information

Hex color code: #AFBBB2

A neutral green shade, #AFBBB2 appears as (175, 187, 178) in RGB and (135°, 8%, 71%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#AFBBB2
RGB
175, 187, 178
HSL
135°, 8%, 71%
CMYK
6%, 0%, 5%, 27%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #AFBBB2; 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 #AFBBB2; background-color: #AFBBB215; }

Alert / Toast

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

Link / Accent

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

a { color: #AFBBB2; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

175, 187, 178

Red: 175 / Green: 187 / Blue: 178

HSL

135°, 8%, 71%

Hue: 135° / Saturation: 8% / Lightness: 71%

CMYK

6%, 0%, 5%, 27%

Cyan: 6% / Magenta: 0% / Yellow: 5% / Key: 27%

What color is #AFBBB2?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #AFBBB2 to RGB:

rgb(175, 187, 178)HEX to RGB Converter →

HEX to HSL

Convert #AFBBB2 to HSL:

hsl(135, 8%, 71%)RGB to HSL Converter →

HEX to CMYK

Convert #AFBBB2 to CMYK:

cmyk(6%, 0%, 5%, 27%)Color Converter →

Color Meaning and Usage

#AFBBB2 is a neutral green color with RGB values of 175, 187, 178 and HSL of 135°, 8%, 71%. This desaturated neutral evokes balance and subtlety, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #AFBBB2 is #BBAFB8, creating high-contrast pairings. For softer combinations, try analogous colors like #B2BBAF.

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

Contrast with #AFBBB2

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #AFBBB2?

#AFBBB2 is a neutral green color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #AFBBB2?

#AFBBB2 in RGB is (175, 187, 178) - 175 red, 187 green, and 178 blue.

How to use #AFBBB2 in CSS?

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

What colors go well with #AFBBB2?

#BBAFB8 (complementary), #B2BBAF (analogous), and #86988A (lighter shade) work well with #AFBBB2.