HSL(250, 80%, 13%)

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(250,80%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(250, 80%, 13%) color: hsl(250, 80%, 13%)
HEX #0F073C color: #0F073C
RGB rgb(15, 7, 60) color: rgb(15, 7, 60)
CMYK cmyk(75%, 88%, 0%, 76%)
HSV hsv(249, 88%, 24%)
HWB hwb(249 3% 76%) color: hwb(249 3% 76%)
OKLCH oklch(0.1898 0.0946 279.48) color: oklch(0.1898 0.0946 279.48)
Lab lab(5.24 21.16 -31.64) color: lab(5.24 21.16 -31.64)
LCH lch(5.24 38.06 303.77) color: lch(5.24 38.06 303.77)

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.82:1
vs Black 1.12: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)

#0C0B2F — rgb(12, 11, 47)

Deuteranopia (Green-blind)

#0C0D2C — rgb(12, 13, 44)

Tritanopia (Blue-blind)

#0F2523 — rgb(15, 37, 35)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(250, 80%, 13%);

text

color: hsl(250, 80%, 13%);

border

border: 2px solid hsl(250, 80%, 13%);

gradient light

background: linear-gradient(to right, hsl(250, 80%, 33%), hsl(250, 80%, 13%));

gradient dark

background: linear-gradient(to right, hsl(250, 80%, 13%), hsl(250, 80%, 0%))

hex

background-color: #0F073C;

tailwind

bg-[hsl(250,80%,13%)]

box shadow

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

css variable

--color-primary: hsl(250, 80%, 13%);

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(250, 80%, 13%)?

HEX: #0F073C | RGB: rgb(15, 7, 60) | CMYK: 75%, 88%, 0%, 76% | HSV: 249°, 88%, 24%. Copy any format from the conversion table above.

What colors go well with #0F073C?

The complementary color is HSL(70, 80%, 13%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(250, 80%, 13%) in CSS?

As HSL: color: hsl(250, 80%, 13%); — As HEX: color: #0F073C; — As RGB: color: rgb(15, 7, 60); — Tailwind CSS: bg-[hsl(250,80%,13%)] — CSS variable: --color-primary: hsl(250, 80%, 13%);