#FFB6AD Color Information

Hex color code: #FFB6AD

A light red shade, #FFB6AD appears as (255, 182, 173) in RGB and (7°, 100%, 84%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Pink
HEX
#FFB6AD
RGB
255, 182, 173
HSL
7°, 100%, 84%
CMYK
0%, 29%, 32%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFB6AD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 182, 173

Red: 255 / Green: 182 / Blue: 173

HSL

7°, 100%, 84%

Hue: 7° / Saturation: 100% / Lightness: 84%

CMYK

0%, 29%, 32%, 0%

Cyan: 0% / Magenta: 29% / Yellow: 32% / Key: 0%

What color is #FFB6AD?

#FFB6AD is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFB6AD to RGB:

rgb(255, 182, 173)HEX to RGB Converter →

HEX to HSL

Convert #FFB6AD to HSL:

hsl(7, 100%, 84%)RGB to HSL Converter →

HEX to CMYK

Convert #FFB6AD to CMYK:

cmyk(0%, 29%, 32%, 0%)Color Converter →

Color Meaning and Usage

A soft red tone, #FFB6AD has RGB (255, 182, 173) and HSL (7°, 100%, 84%). Known for evoking purity and simplicity, this very light tint is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFB6AD is #ADF5FF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFADCD.

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

Contrast with #FFB6AD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFB6AD?

#FFB6AD is a soft red color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFB6AD?

#FFB6AD in RGB is (255, 182, 173) - 255 red, 182 green, and 173 blue.

How to use #FFB6AD in CSS?

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

What colors go well with #FFB6AD?

#ADF5FF (complementary), #FFADCD (analogous), and #FF7361 (lighter shade) work well with #FFB6AD.