HSL(8, 87%, 15%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(8,87%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(8, 87%, 15%) color: hsl(8, 87%, 15%)
HEX #480E05 color: #480E05
RGB rgb(72, 14, 5) color: rgb(72, 14, 5)
CMYK cmyk(0%, 81%, 93%, 72%)
HSV hsv(8, 93%, 28%)
HWB hwb(8 2% 72%) color: hwb(8 2% 72%)
OKLCH oklch(0.2676 0.0893 32.25) color: oklch(0.2676 0.0893 32.25)
Lab lab(13.85 26.82 19.27) color: lab(13.85 26.82 19.27)
LCH lch(13.85 33.02 35.7) color: lch(13.85 33.02 35.7)

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 15.67:1
vs Black 1.34:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2F2E07 — rgb(47, 46, 7)

Deuteranopia (Green-blind)

#323708 — rgb(50, 55, 8)

Tritanopia (Blue-blind)

#450909 — rgb(69, 9, 9)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(8, 87%, 15%);

text

color: hsl(8, 87%, 15%);

border

border: 2px solid hsl(8, 87%, 15%);

gradient light

background: linear-gradient(to right, hsl(8, 87%, 35%), hsl(8, 87%, 15%));

gradient dark

background: linear-gradient(to right, hsl(8, 87%, 15%), hsl(8, 87%, 0%))

hex

background-color: #480E05;

tailwind

bg-[hsl(8,87%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(8, 87%, 15%, 0.4);

css variable

--color-primary: hsl(8, 87%, 15%);

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(8, 87%, 15%)?

HEX: #480E05 | RGB: rgb(72, 14, 5) | CMYK: 0%, 81%, 93%, 72% | HSV: 8°, 93%, 28%. Copy any format from the conversion table above.

What colors go well with #480E05?

The complementary color is HSL(188, 87%, 15%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(8, 87%, 15%) in CSS?

As HSL: color: hsl(8, 87%, 15%); — As HEX: color: #480E05; — As RGB: color: rgb(72, 14, 5); — Tailwind CSS: bg-[hsl(8,87%,15%)] — CSS variable: --color-primary: hsl(8, 87%, 15%);