HSL(205, 100%, 14%)

Very Dark Blue — Blue color

Adjust Color

Color Information

Color Name

Very Dark Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(205,100%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(205, 100%, 14%) color: hsl(205, 100%, 14%)
HEX #002A47 color: #002A47
RGB rgb(0, 42, 71) color: rgb(0, 42, 71)
CMYK cmyk(100%, 41%, 0%, 72%)
HSV hsv(205, 100%, 28%)
HWB hwb(205 0% 72%) color: hwb(205 0% 72%)
OKLCH oklch(0.2753 0.0692 244.91) color: oklch(0.2753 0.0692 244.91)
Lab lab(16.06 -0.95 -21.94) color: lab(16.06 -0.95 -21.94)
LCH lch(16.06 21.96 267.52) color: lch(16.06 21.96 267.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 14.77:1
vs Black 1.42: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)

#121340 — rgb(18, 19, 64)

Deuteranopia (Green-blind)

#100D3E — rgb(16, 13, 62)

Tritanopia (Blue-blind)

#023A39 — rgb(2, 58, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(205, 100%, 14%);

text

color: hsl(205, 100%, 14%);

border

border: 2px solid hsl(205, 100%, 14%);

gradient light

background: linear-gradient(to right, hsl(205, 100%, 34%), hsl(205, 100%, 14%));

gradient dark

background: linear-gradient(to right, hsl(205, 100%, 14%), hsl(205, 100%, 0%))

hex

background-color: #002A47;

tailwind

bg-[hsl(205,100%,14%)]

box shadow

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

css variable

--color-primary: hsl(205, 100%, 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(205, 100%, 14%)?

HEX: #002A47 | RGB: rgb(0, 42, 71) | CMYK: 100%, 41%, 0%, 72% | HSV: 205°, 100%, 28%. Copy any format from the conversion table above.

What colors go well with #002A47?

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

How do I use HSL(205, 100%, 14%) in CSS?

As HSL: color: hsl(205, 100%, 14%); — As HEX: color: #002A47; — As RGB: color: rgb(0, 42, 71); — Tailwind CSS: bg-[hsl(205,100%,14%)] — CSS variable: --color-primary: hsl(205, 100%, 14%);