HSL(6, 97%, 80%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(6,97%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(6, 97%, 80%) color: hsl(6, 97%, 80%)
HEX #FDA49B color: #FDA49B
RGB rgb(253, 164, 155) color: rgb(253, 164, 155)
CMYK cmyk(0%, 35%, 39%, 1%)
HSV hsv(6, 39%, 99%)
HWB hwb(6 60% 1%) color: hwb(6 60% 1%)
OKLCH oklch(0.8048 0.1072 26) color: oklch(0.8048 0.1072 26)
Lab lab(75.95 31.87 18.38) color: lab(75.95 31.87 18.38)
LCH lch(75.95 36.79 29.97) color: lch(75.95 36.79 29.97)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.92:1
vs Black 10.96:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D6D69D — rgb(214, 214, 157)

Deuteranopia (Green-blind)

#DCE29E — rgb(220, 226, 158)

Tritanopia (Blue-blind)

#F99F9F — rgb(249, 159, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(6, 97%, 80%);

text

color: hsl(6, 97%, 80%);

border

border: 2px solid hsl(6, 97%, 80%);

gradient light

background: linear-gradient(to right, hsl(6, 97%, 100%), hsl(6, 97%, 80%));

gradient dark

background: linear-gradient(to right, hsl(6, 97%, 80%), hsl(6, 97%, 60%))

hex

background-color: #FDA49B;

tailwind

bg-[hsl(6,97%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(6, 97%, 80%, 0.4);

css variable

--color-primary: hsl(6, 97%, 80%);

Related Colors

Use Cases for Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(6, 97%, 80%)?

HEX: #FDA49B | RGB: rgb(253, 164, 155) | CMYK: 0%, 35%, 39%, 1% | HSV: 6°, 39%, 99%. Copy any format from the conversion table above.

What colors go well with #FDA49B?

The complementary color is HSL(186, 97%, 80%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(6, 97%, 80%) in CSS?

As HSL: color: hsl(6, 97%, 80%); — As HEX: color: #FDA49B; — As RGB: color: rgb(253, 164, 155); — Tailwind CSS: bg-[hsl(6,97%,80%)] — CSS variable: --color-primary: hsl(6, 97%, 80%);