HSL(355, 10%, 12%)

Very Dark Red — Red color

Adjust Color

Color Information

Color Name

Very Dark Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(355,10%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(355, 10%, 12%) color: hsl(355, 10%, 12%)
HEX #221C1C color: #221C1C
RGB rgb(34, 28, 28) color: rgb(34, 28, 28)
CMYK cmyk(0%, 18%, 18%, 87%)
HSV hsv(0, 18%, 13%)
HWB hwb(0 11% 87%) color: hwb(0 11% 87%)
OKLCH oklch(0.2335 0.0094 17.85) color: oklch(0.2335 0.0094 17.85)
Lab lab(10.95 2.92 1.08) color: lab(10.95 2.92 1.08)
LCH lch(10.95 3.11 20.3) color: lch(10.95 3.11 20.3)

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 16.79:1
vs Black 1.25: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)

#1F1F1C — rgb(31, 31, 28)

Deuteranopia (Green-blind)

#20201C — rgb(32, 32, 28)

Tritanopia (Blue-blind)

#221C1C — rgb(34, 28, 28)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(355, 10%, 12%);

text

color: hsl(355, 10%, 12%);

border

border: 2px solid hsl(355, 10%, 12%);

gradient light

background: linear-gradient(to right, hsl(355, 10%, 32%), hsl(355, 10%, 12%));

gradient dark

background: linear-gradient(to right, hsl(355, 10%, 12%), hsl(355, 10%, 0%))

hex

background-color: #221C1C;

tailwind

bg-[hsl(355,10%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(355, 10%, 12%, 0.4);

css variable

--color-primary: hsl(355, 10%, 12%);

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(355, 10%, 12%)?

HEX: #221C1C | RGB: rgb(34, 28, 28) | CMYK: 0%, 18%, 18%, 87% | HSV: 0°, 18%, 13%. Copy any format from the conversion table above.

What colors go well with #221C1C?

The complementary color is HSL(175, 10%, 12%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(355, 10%, 12%) in CSS?

As HSL: color: hsl(355, 10%, 12%); — As HEX: color: #221C1C; — As RGB: color: rgb(34, 28, 28); — Tailwind CSS: bg-[hsl(355,10%,12%)] — CSS variable: --color-primary: hsl(355, 10%, 12%);