HSL(237, 91%, 28%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(237,91%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(237, 91%, 28%) color: hsl(237, 91%, 28%)
HEX #060D88 color: #060D88
RGB rgb(6, 13, 136) color: rgb(6, 13, 136)
CMYK cmyk(96%, 90%, 0%, 47%)
HSV hsv(237, 96%, 53%)
HWB hwb(237 2% 47%) color: hwb(237 2% 47%)
OKLCH oklch(0.2958 0.1877 265.65) color: oklch(0.2958 0.1877 265.65)
Lab lab(16.02 45 -64.67) color: lab(16.02 45 -64.67)
LCH lch(16.02 78.79 304.83) color: lch(16.02 78.79 304.83)

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 14.78:1
vs Black 1.42: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)

#09096A — rgb(9, 9, 106)

Deuteranopia (Green-blind)

#090863 — rgb(9, 8, 99)

Tritanopia (Blue-blind)

#06534E — rgb(6, 83, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(237, 91%, 28%);

text

color: hsl(237, 91%, 28%);

border

border: 2px solid hsl(237, 91%, 28%);

gradient light

background: linear-gradient(to right, hsl(237, 91%, 48%), hsl(237, 91%, 28%));

gradient dark

background: linear-gradient(to right, hsl(237, 91%, 28%), hsl(237, 91%, 8%))

hex

background-color: #060D88;

tailwind

bg-[hsl(237,91%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(237, 91%, 28%, 0.4);

css variable

--color-primary: hsl(237, 91%, 28%);

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(237, 91%, 28%)?

HEX: #060D88 | RGB: rgb(6, 13, 136) | CMYK: 96%, 90%, 0%, 47% | HSV: 237°, 96%, 53%. Copy any format from the conversion table above.

What colors go well with #060D88?

The complementary color is HSL(57, 91%, 28%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(237, 91%, 28%) in CSS?

As HSL: color: hsl(237, 91%, 28%); — As HEX: color: #060D88; — As RGB: color: rgb(6, 13, 136); — Tailwind CSS: bg-[hsl(237,91%,28%)] — CSS variable: --color-primary: hsl(237, 91%, 28%);