#BADFAC Color Information

Hex color code: #BADFAC

#BADFAC is a light green color. In RGB it is (186, 223, 172), and in HSL it is (104°, 44%, 77%). It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#BADFAC
RGB
186, 223, 172
HSL
104°, 44%, 77%
CMYK
17%, 0%, 23%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #BADFAC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

186, 223, 172

Red: 186 / Green: 223 / Blue: 172

HSL

104°, 44%, 77%

Hue: 104° / Saturation: 44% / Lightness: 77%

CMYK

17%, 0%, 23%, 13%

Cyan: 17% / Magenta: 0% / Yellow: 23% / Key: 13%

What color is #BADFAC?

#BADFAC is a green hue associated with nature and harmony.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BADFAC to RGB:

rgb(186, 223, 172)HEX to RGB Converter →

HEX to HSL

Convert #BADFAC to HSL:

hsl(104, 44%, 77%)RGB to HSL Converter →

HEX to CMYK

Convert #BADFAC to CMYK:

cmyk(17%, 0%, 23%, 13%)Color Converter →

Color Meaning and Usage

#BADFAC is a delicate green color with RGB values of 186, 223, 172 and HSL of 104°, 44%, 77%. This green hue evokes nature and harmony, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BADFAC is #D0ABDE, creating high-contrast pairings. For softer combinations, try analogous colors like #D2DEAB.

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

Contrast with #BADFAC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BADFAC?

#BADFAC is a delicate green color - a green hue that evokes nature and harmony.

What is the RGB value of #BADFAC?

#BADFAC in RGB is (186, 223, 172) - 186 red, 223 green, and 172 blue.

How to use #BADFAC in CSS?

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

What colors go well with #BADFAC?

#D0ABDE (complementary), #D2DEAB (analogous), and #8AC973 (lighter shade) work well with #BADFAC.