HSL(345, 90%, 10%)

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(345,90%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(345, 90%, 10%) color: hsl(345, 90%, 10%)
HEX #30030E color: #30030E
RGB rgb(48, 3, 14) color: rgb(48, 3, 14)
CMYK cmyk(0%, 94%, 71%, 81%)
HSV hsv(345, 94%, 19%)
HWB hwb(345 1% 81%) color: hwb(345 1% 81%)
OKLCH oklch(0.203 0.0732 11.36) color: oklch(0.203 0.0732 11.36)
Lab lab(6.55 23.3 4.36) color: lab(6.55 23.3 4.36)
LCH lch(6.55 23.7 10.6) color: lch(6.55 23.7 10.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 18.34:1
vs Black 1.15: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)

#1D1C0B — rgb(29, 28, 11)

Deuteranopia (Green-blind)

#1F230B — rgb(31, 35, 11)

Tritanopia (Blue-blind)

#2E0909 — rgb(46, 9, 9)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(345, 90%, 10%);

text

color: hsl(345, 90%, 10%);

border

border: 2px solid hsl(345, 90%, 10%);

gradient light

background: linear-gradient(to right, hsl(345, 90%, 30%), hsl(345, 90%, 10%));

gradient dark

background: linear-gradient(to right, hsl(345, 90%, 10%), hsl(345, 90%, 0%))

hex

background-color: #30030E;

tailwind

bg-[hsl(345,90%,10%)]

box shadow

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

css variable

--color-primary: hsl(345, 90%, 10%);

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(345, 90%, 10%)?

HEX: #30030E | RGB: rgb(48, 3, 14) | CMYK: 0%, 94%, 71%, 81% | HSV: 345°, 94%, 19%. Copy any format from the conversion table above.

What colors go well with #30030E?

The complementary color is HSL(165, 90%, 10%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(345, 90%, 10%) in CSS?

As HSL: color: hsl(345, 90%, 10%); — As HEX: color: #30030E; — As RGB: color: rgb(48, 3, 14); — Tailwind CSS: bg-[hsl(345,90%,10%)] — CSS variable: --color-primary: hsl(345, 90%, 10%);