HSL(7, 94%, 77%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(7,94%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(7, 94%, 77%) color: hsl(7, 94%, 77%)
HEX #FB9A8D color: #FB9A8D
RGB rgb(251, 154, 141) color: rgb(251, 154, 141)
CMYK cmyk(0%, 39%, 44%, 2%)
HSV hsv(7, 44%, 98%)
HWB hwb(7 55% 2%) color: hwb(7 55% 2%)
OKLCH oklch(0.7826 0.1187 28.26) color: oklch(0.7826 0.1187 28.26)
Lab lab(73.25 34.84 22.27) color: lab(73.25 34.84 22.27)
LCH lch(73.25 41.35 32.59) color: lch(73.25 41.35 32.59)

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 2.08:1
vs Black 10.11: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)

#D1D090 — rgb(209, 208, 144)

Deuteranopia (Green-blind)

#D7DE91 — rgb(215, 222, 145)

Tritanopia (Blue-blind)

#F69393 — rgb(246, 147, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(7, 94%, 77%);

text

color: hsl(7, 94%, 77%);

border

border: 2px solid hsl(7, 94%, 77%);

gradient light

background: linear-gradient(to right, hsl(7, 94%, 97%), hsl(7, 94%, 77%));

gradient dark

background: linear-gradient(to right, hsl(7, 94%, 77%), hsl(7, 94%, 57%))

hex

background-color: #FB9A8D;

tailwind

bg-[hsl(7,94%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(7, 94%, 77%, 0.4);

css variable

--color-primary: hsl(7, 94%, 77%);

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(7, 94%, 77%)?

HEX: #FB9A8D | RGB: rgb(251, 154, 141) | CMYK: 0%, 39%, 44%, 2% | HSV: 7°, 44%, 98%. Copy any format from the conversion table above.

What colors go well with #FB9A8D?

The complementary color is HSL(187, 94%, 77%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(7, 94%, 77%) in CSS?

As HSL: color: hsl(7, 94%, 77%); — As HEX: color: #FB9A8D; — As RGB: color: rgb(251, 154, 141); — Tailwind CSS: bg-[hsl(7,94%,77%)] — CSS variable: --color-primary: hsl(7, 94%, 77%);