HSL(346, 70%, 13%)

Very Dark Red — Red color

Adjust Color

Color Information

Color Name

Very Dark Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(346,70%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(346, 70%, 13%) color: hsl(346, 70%, 13%)
HEX #380A15 color: #380A15
RGB rgb(56, 10, 21) color: rgb(56, 10, 21)
CMYK cmyk(0%, 82%, 63%, 78%)
HSV hsv(346, 82%, 22%)
HWB hwb(346 4% 78%) color: hwb(346 4% 78%)
OKLCH oklch(0.2325 0.0725 10.8) color: oklch(0.2325 0.0725 10.8)
Lab lab(9.89 23.49 5.25) color: lab(9.89 23.49 5.25)
LCH lch(9.89 24.07 12.6) color: lch(9.89 24.07 12.6)

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 17.18:1
vs Black 1.22: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)

#242412 — rgb(36, 36, 18)

Deuteranopia (Green-blind)

#272A12 — rgb(39, 42, 18)

Tritanopia (Blue-blind)

#361010 — rgb(54, 16, 16)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(346, 70%, 13%);

text

color: hsl(346, 70%, 13%);

border

border: 2px solid hsl(346, 70%, 13%);

gradient light

background: linear-gradient(to right, hsl(346, 70%, 33%), hsl(346, 70%, 13%));

gradient dark

background: linear-gradient(to right, hsl(346, 70%, 13%), hsl(346, 70%, 0%))

hex

background-color: #380A15;

tailwind

bg-[hsl(346,70%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(346, 70%, 13%, 0.4);

css variable

--color-primary: hsl(346, 70%, 13%);

Related Colors

Use Cases for Very Dark Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(346, 70%, 13%)?

HEX: #380A15 | RGB: rgb(56, 10, 21) | CMYK: 0%, 82%, 63%, 78% | HSV: 346°, 82%, 22%. Copy any format from the conversion table above.

What colors go well with #380A15?

The complementary color is HSL(166, 70%, 13%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(346, 70%, 13%) in CSS?

As HSL: color: hsl(346, 70%, 13%); — As HEX: color: #380A15; — As RGB: color: rgb(56, 10, 21); — Tailwind CSS: bg-[hsl(346,70%,13%)] — CSS variable: --color-primary: hsl(346, 70%, 13%);