HSL(4, 64%, 7%)

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(4,64%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(4, 64%, 7%) color: hsl(4, 64%, 7%)
HEX #1D0806 color: #1D0806
RGB rgb(29, 8, 6) color: rgb(29, 8, 6)
CMYK cmyk(0%, 72%, 79%, 89%)
HSV hsv(5, 79%, 11%)
HWB hwb(5 2% 89%) color: hwb(5 2% 89%)
OKLCH oklch(0.1692 0.0378 28.5) color: oklch(0.1692 0.0378 28.5)
Lab lab(4.05 8.22 3.75) color: lab(4.05 8.22 3.75)
LCH lch(4.05 9.03 24.52) color: lch(4.05 9.03 24.52)

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 19.27:1
vs Black 1.09: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)

#141406 — rgb(20, 20, 6)

Deuteranopia (Green-blind)

#151707 — rgb(21, 23, 7)

Tritanopia (Blue-blind)

#1C0707 — rgb(28, 7, 7)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(4, 64%, 7%);

text

color: hsl(4, 64%, 7%);

border

border: 2px solid hsl(4, 64%, 7%);

gradient light

background: linear-gradient(to right, hsl(4, 64%, 27%), hsl(4, 64%, 7%));

gradient dark

background: linear-gradient(to right, hsl(4, 64%, 7%), hsl(4, 64%, 0%))

hex

background-color: #1D0806;

tailwind

bg-[hsl(4,64%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(4, 64%, 7%, 0.4);

css variable

--color-primary: hsl(4, 64%, 7%);

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(4, 64%, 7%)?

HEX: #1D0806 | RGB: rgb(29, 8, 6) | CMYK: 0%, 72%, 79%, 89% | HSV: 5°, 79%, 11%. Copy any format from the conversion table above.

What colors go well with #1D0806?

The complementary color is HSL(184, 64%, 7%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(4, 64%, 7%) in CSS?

As HSL: color: hsl(4, 64%, 7%); — As HEX: color: #1D0806; — As RGB: color: rgb(29, 8, 6); — Tailwind CSS: bg-[hsl(4,64%,7%)] — CSS variable: --color-primary: hsl(4, 64%, 7%);