HSL(349, 50%, 49%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(349,50%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(349, 50%, 49%) color: hsl(349, 50%, 49%)
HEX #BB3E55 color: #BB3E55
RGB rgb(187, 62, 85) color: rgb(187, 62, 85)
CMYK cmyk(0%, 67%, 55%, 27%)
HSV hsv(349, 67%, 73%)
HWB hwb(349 24% 27%) color: hwb(349 24% 27%)
OKLCH oklch(0.5476 0.1603 13.35) color: oklch(0.5476 0.1603 13.35)
Lab lab(45.18 51.71 14.74) color: lab(45.18 51.71 14.74)
LCH lch(45.18 53.77 15.91) color: lch(45.18 53.77 15.91)

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 5.34:1
vs Black 3.93:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#85844F — rgb(133, 132, 79)

Deuteranopia (Green-blind)

#8C964E — rgb(140, 150, 78)

Tritanopia (Blue-blind)

#B54B4A — rgb(181, 75, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(349, 50%, 49%);

text

color: hsl(349, 50%, 49%);

border

border: 2px solid hsl(349, 50%, 49%);

gradient light

background: linear-gradient(to right, hsl(349, 50%, 69%), hsl(349, 50%, 49%));

gradient dark

background: linear-gradient(to right, hsl(349, 50%, 49%), hsl(349, 50%, 29%))

hex

background-color: #BB3E55;

tailwind

bg-[hsl(349,50%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(349, 50%, 49%, 0.4);

css variable

--color-primary: hsl(349, 50%, 49%);

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(349, 50%, 49%)?

HEX: #BB3E55 | RGB: rgb(187, 62, 85) | CMYK: 0%, 67%, 55%, 27% | HSV: 349°, 67%, 73%. Copy any format from the conversion table above.

What colors go well with #BB3E55?

The complementary color is HSL(169, 50%, 49%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(349, 50%, 49%) in CSS?

As HSL: color: hsl(349, 50%, 49%); — As HEX: color: #BB3E55; — As RGB: color: rgb(187, 62, 85); — Tailwind CSS: bg-[hsl(349,50%,49%)] — CSS variable: --color-primary: hsl(349, 50%, 49%);