HSL(251, 57%, 7%)

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(251,57%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(251, 57%, 7%) color: hsl(251, 57%, 7%)
HEX #0B081C color: #0B081C
RGB rgb(11, 8, 28) color: rgb(11, 8, 28)
CMYK cmyk(61%, 71%, 0%, 89%)
HSV hsv(249, 71%, 11%)
HWB hwb(249 3% 89%) color: hwb(249 3% 89%)
OKLCH oklch(0.1522 0.0417 287.52) color: oklch(0.1522 0.0417 287.52)
Lab lab(2.97 5 -11.04) color: lab(2.97 5 -11.04)
LCH lch(2.97 12.12 294.37) color: lch(2.97 12.12 294.37)

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 19.7:1
vs Black 1.07: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)

#0A0A17 — rgb(10, 10, 23)

Deuteranopia (Green-blind)

#0A0A16 — rgb(10, 10, 22)

Tritanopia (Blue-blind)

#0B1313 — rgb(11, 19, 19)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(251, 57%, 7%);

text

color: hsl(251, 57%, 7%);

border

border: 2px solid hsl(251, 57%, 7%);

gradient light

background: linear-gradient(to right, hsl(251, 57%, 27%), hsl(251, 57%, 7%));

gradient dark

background: linear-gradient(to right, hsl(251, 57%, 7%), hsl(251, 57%, 0%))

hex

background-color: #0B081C;

tailwind

bg-[hsl(251,57%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(251, 57%, 7%, 0.4);

css variable

--color-primary: hsl(251, 57%, 7%);

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(251, 57%, 7%)?

HEX: #0B081C | RGB: rgb(11, 8, 28) | CMYK: 61%, 71%, 0%, 89% | HSV: 249°, 71%, 11%. Copy any format from the conversion table above.

What colors go well with #0B081C?

The complementary color is HSL(71, 57%, 7%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(251, 57%, 7%) in CSS?

As HSL: color: hsl(251, 57%, 7%); — As HEX: color: #0B081C; — As RGB: color: rgb(11, 8, 28); — Tailwind CSS: bg-[hsl(251,57%,7%)] — CSS variable: --color-primary: hsl(251, 57%, 7%);