HSL(249, 60%, 5%)

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(249,60%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(249, 60%, 5%) color: hsl(249, 60%, 5%)
HEX #070514 color: #070514
RGB rgb(7, 5, 20) color: rgb(7, 5, 20)
CMYK cmyk(65%, 75%, 0%, 92%)
HSV hsv(248, 75%, 8%)
HWB hwb(248 2% 92%) color: hwb(248 2% 92%)
OKLCH oklch(0.1298 0.0346 288.38) color: oklch(0.1298 0.0346 288.38)
Lab lab(1.84 3.03 -6.65) color: lab(1.84 3.03 -6.65)
LCH lch(1.84 7.31 294.5) color: lch(1.84 7.31 294.5)

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 20.18:1
vs Black 1.04: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)

#060610 — rgb(6, 6, 16)

Deuteranopia (Green-blind)

#060610 — rgb(6, 6, 16)

Tritanopia (Blue-blind)

#070E0D — rgb(7, 14, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(249, 60%, 5%);

text

color: hsl(249, 60%, 5%);

border

border: 2px solid hsl(249, 60%, 5%);

gradient light

background: linear-gradient(to right, hsl(249, 60%, 25%), hsl(249, 60%, 5%));

gradient dark

background: linear-gradient(to right, hsl(249, 60%, 5%), hsl(249, 60%, 0%))

hex

background-color: #070514;

tailwind

bg-[hsl(249,60%,5%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(249, 60%, 5%, 0.4);

css variable

--color-primary: hsl(249, 60%, 5%);

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(249, 60%, 5%)?

HEX: #070514 | RGB: rgb(7, 5, 20) | CMYK: 65%, 75%, 0%, 92% | HSV: 248°, 75%, 8%. Copy any format from the conversion table above.

What colors go well with #070514?

The complementary color is HSL(69, 60%, 5%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(249, 60%, 5%) in CSS?

As HSL: color: hsl(249, 60%, 5%); — As HEX: color: #070514; — As RGB: color: rgb(7, 5, 20); — Tailwind CSS: bg-[hsl(249,60%,5%)] — CSS variable: --color-primary: hsl(249, 60%, 5%);