HSL(358, 24%, 60%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(358,24%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(358, 24%, 60%) color: hsl(358, 24%, 60%)
HEX #B18182 color: #B18182
RGB rgb(177, 129, 130) color: rgb(177, 129, 130)
CMYK cmyk(0%, 27%, 27%, 31%)
HSV hsv(359, 27%, 69%)
HWB hwb(359 50% 31%) color: hwb(359 50% 31%)
OKLCH oklch(0.6507 0.0596 17.44) color: oklch(0.6507 0.0596 17.44)
Lab lab(58.66 18.67 6.78) color: lab(58.66 18.67 6.78)
LCH lch(58.66 19.86 19.96) color: lch(58.66 19.86 19.96)

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 3.32:1
vs Black 6.33:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9C9C82 — rgb(156, 156, 130)

Deuteranopia (Green-blind)

#9FA382 — rgb(159, 163, 130)

Tritanopia (Blue-blind)

#AF8282 — rgb(175, 130, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(358, 24%, 60%);

text

color: hsl(358, 24%, 60%);

border

border: 2px solid hsl(358, 24%, 60%);

gradient light

background: linear-gradient(to right, hsl(358, 24%, 80%), hsl(358, 24%, 60%));

gradient dark

background: linear-gradient(to right, hsl(358, 24%, 60%), hsl(358, 24%, 40%))

hex

background-color: #B18182;

tailwind

bg-[hsl(358,24%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(358, 24%, 60%, 0.4);

css variable

--color-primary: hsl(358, 24%, 60%);

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(358, 24%, 60%)?

HEX: #B18182 | RGB: rgb(177, 129, 130) | CMYK: 0%, 27%, 27%, 31% | HSV: 359°, 27%, 69%. Copy any format from the conversion table above.

What colors go well with #B18182?

The complementary color is HSL(178, 24%, 60%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(358, 24%, 60%) in CSS?

As HSL: color: hsl(358, 24%, 60%); — As HEX: color: #B18182; — As RGB: color: rgb(177, 129, 130); — Tailwind CSS: bg-[hsl(358,24%,60%)] — CSS variable: --color-primary: hsl(358, 24%, 60%);