HSL(220, 80%, 14%)

Very Dark Blue — Blue color

Adjust Color

Color Information

Color Name

Very Dark Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(220,80%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(220, 80%, 14%) color: hsl(220, 80%, 14%)
HEX #071A40 color: #071A40
RGB rgb(7, 26, 64) color: rgb(7, 26, 64)
CMYK cmyk(89%, 59%, 0%, 75%)
HSV hsv(220, 89%, 25%)
HWB hwb(220 3% 75%) color: hwb(220 3% 75%)
OKLCH oklch(0.2291 0.0769 262.03) color: oklch(0.2291 0.0769 262.03)
Lab lab(10.21 9.05 -26.42) color: lab(10.21 9.05 -26.42)
LCH lch(10.21 27.93 288.91) color: lch(10.21 27.93 288.91)

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.06:1
vs Black 1.23: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)

#0F0F37 — rgb(15, 15, 55)

Deuteranopia (Green-blind)

#0E0D35 — rgb(14, 13, 53)

Tritanopia (Blue-blind)

#08302E — rgb(8, 48, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(220, 80%, 14%);

text

color: hsl(220, 80%, 14%);

border

border: 2px solid hsl(220, 80%, 14%);

gradient light

background: linear-gradient(to right, hsl(220, 80%, 34%), hsl(220, 80%, 14%));

gradient dark

background: linear-gradient(to right, hsl(220, 80%, 14%), hsl(220, 80%, 0%))

hex

background-color: #071A40;

tailwind

bg-[hsl(220,80%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(220, 80%, 14%, 0.4);

css variable

--color-primary: hsl(220, 80%, 14%);

Related Colors

Use Cases for Very Dark Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(220, 80%, 14%)?

HEX: #071A40 | RGB: rgb(7, 26, 64) | CMYK: 89%, 59%, 0%, 75% | HSV: 220°, 89%, 25%. Copy any format from the conversion table above.

What colors go well with #071A40?

The complementary color is HSL(40, 80%, 14%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(220, 80%, 14%) in CSS?

As HSL: color: hsl(220, 80%, 14%); — As HEX: color: #071A40; — As RGB: color: rgb(7, 26, 64); — Tailwind CSS: bg-[hsl(220,80%,14%)] — CSS variable: --color-primary: hsl(220, 80%, 14%);