HSL(359, 30%, 45%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(359,30%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(359, 30%, 45%) color: hsl(359, 30%, 45%)
HEX #955051 color: #955051
RGB rgb(149, 80, 81) color: rgb(149, 80, 81)
CMYK cmyk(0%, 46%, 46%, 42%)
HSV hsv(359, 46%, 58%)
HWB hwb(359 31% 42%) color: hwb(359 31% 42%)
OKLCH oklch(0.514 0.0924 19.88) color: oklch(0.514 0.0924 19.88)
Lab lab(42.34 28.85 12.33) color: lab(42.34 28.85 12.33)
LCH lch(42.34 31.37 23.14) color: lch(42.34 31.37 23.14)

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.93:1
vs Black 3.54: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)

#777751 — rgb(119, 119, 81)

Deuteranopia (Green-blind)

#7B8051 — rgb(123, 128, 81)

Tritanopia (Blue-blind)

#925151 — rgb(146, 81, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(359, 30%, 45%);

text

color: hsl(359, 30%, 45%);

border

border: 2px solid hsl(359, 30%, 45%);

gradient light

background: linear-gradient(to right, hsl(359, 30%, 65%), hsl(359, 30%, 45%));

gradient dark

background: linear-gradient(to right, hsl(359, 30%, 45%), hsl(359, 30%, 25%))

hex

background-color: #955051;

tailwind

bg-[hsl(359,30%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(359, 30%, 45%, 0.4);

css variable

--color-primary: hsl(359, 30%, 45%);

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(359, 30%, 45%)?

HEX: #955051 | RGB: rgb(149, 80, 81) | CMYK: 0%, 46%, 46%, 42% | HSV: 359°, 46%, 58%. Copy any format from the conversion table above.

What colors go well with #955051?

The complementary color is HSL(179, 30%, 45%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(359, 30%, 45%) in CSS?

As HSL: color: hsl(359, 30%, 45%); — As HEX: color: #955051; — As RGB: color: rgb(149, 80, 81); — Tailwind CSS: bg-[hsl(359,30%,45%)] — CSS variable: --color-primary: hsl(359, 30%, 45%);