HSL(253, 85%, 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(253,85%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(253, 85%, 13%) color: hsl(253, 85%, 13%)
HEX #11053D color: #11053D
RGB rgb(17, 5, 61) color: rgb(17, 5, 61)
CMYK cmyk(72%, 92%, 0%, 76%)
HSV hsv(253, 92%, 24%)
HWB hwb(253 2% 76%) color: hwb(253 2% 76%)
OKLCH oklch(0.1894 0.0984 282.05) color: oklch(0.1894 0.0984 282.05)
Lab lab(5.1 23.09 -32.58) color: lab(5.1 23.09 -32.58)
LCH lch(5.1 39.93 305.33) color: lch(5.1 39.93 305.33)

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.87:1
vs Black 1.11: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)

#0C0C2F — rgb(12, 12, 47)

Deuteranopia (Green-blind)

#0D0D2C — rgb(13, 13, 44)

Tritanopia (Blue-blind)

#102522 — rgb(16, 37, 34)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(253, 85%, 13%);

text

color: hsl(253, 85%, 13%);

border

border: 2px solid hsl(253, 85%, 13%);

gradient light

background: linear-gradient(to right, hsl(253, 85%, 33%), hsl(253, 85%, 13%));

gradient dark

background: linear-gradient(to right, hsl(253, 85%, 13%), hsl(253, 85%, 0%))

hex

background-color: #11053D;

tailwind

bg-[hsl(253,85%,13%)]

box shadow

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

css variable

--color-primary: hsl(253, 85%, 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(253, 85%, 13%)?

HEX: #11053D | RGB: rgb(17, 5, 61) | CMYK: 72%, 92%, 0%, 76% | HSV: 253°, 92%, 24%. Copy any format from the conversion table above.

What colors go well with #11053D?

The complementary color is HSL(73, 85%, 13%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(253, 85%, 13%) in CSS?

As HSL: color: hsl(253, 85%, 13%); — As HEX: color: #11053D; — As RGB: color: rgb(17, 5, 61); — Tailwind CSS: bg-[hsl(253,85%,13%)] — CSS variable: --color-primary: hsl(253, 85%, 13%);