HSL(216, 90%, 17%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(216,90%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(216, 90%, 17%) color: hsl(216, 90%, 17%)
HEX #042452 color: #042452
RGB rgb(4, 36, 82) color: rgb(4, 36, 82)
CMYK cmyk(95%, 56%, 0%, 68%)
HSV hsv(215, 95%, 32%)
HWB hwb(215 2% 68%) color: hwb(215 2% 68%)
OKLCH oklch(0.2696 0.092 258.27) color: oklch(0.2696 0.092 258.27)
Lab lab(14.93 9.23 -31.23) color: lab(14.93 9.23 -31.23)
LCH lch(14.93 32.57 286.47) color: lch(14.93 32.57 286.47)

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 15.22:1
vs Black 1.38: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)

#121247 — rgb(18, 18, 71)

Deuteranopia (Green-blind)

#100E44 — rgb(16, 14, 68)

Tritanopia (Blue-blind)

#063E3C — rgb(6, 62, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(216, 90%, 17%);

text

color: hsl(216, 90%, 17%);

border

border: 2px solid hsl(216, 90%, 17%);

gradient light

background: linear-gradient(to right, hsl(216, 90%, 37%), hsl(216, 90%, 17%));

gradient dark

background: linear-gradient(to right, hsl(216, 90%, 17%), hsl(216, 90%, 0%))

hex

background-color: #042452;

tailwind

bg-[hsl(216,90%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(216, 90%, 17%, 0.4);

css variable

--color-primary: hsl(216, 90%, 17%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(216, 90%, 17%)?

HEX: #042452 | RGB: rgb(4, 36, 82) | CMYK: 95%, 56%, 0%, 68% | HSV: 215°, 95%, 32%. Copy any format from the conversion table above.

What colors go well with #042452?

The complementary color is HSL(36, 90%, 17%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(216, 90%, 17%) in CSS?

As HSL: color: hsl(216, 90%, 17%); — As HEX: color: #042452; — As RGB: color: rgb(4, 36, 82); — Tailwind CSS: bg-[hsl(216,90%,17%)] — CSS variable: --color-primary: hsl(216, 90%, 17%);