HSL(237, 16%, 25%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(237,16%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(237, 16%, 25%) color: hsl(237, 16%, 25%)
HEX #36374A color: #36374A
RGB rgb(54, 55, 74) color: rgb(54, 55, 74)
CMYK cmyk(27%, 26%, 0%, 71%)
HSV hsv(237, 27%, 29%)
HWB hwb(237 21% 71%) color: hwb(237 21% 71%)
OKLCH oklch(0.344 0.0331 282.15) color: oklch(0.344 0.0331 282.15)
Lab lab(23.71 4.53 -11.79) color: lab(23.71 4.53 -11.79)
LCH lch(23.71 12.63 291.02) color: lch(23.71 12.63 291.02)

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 11.65:1
vs Black 1.8: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)

#363645 — rgb(54, 54, 69)

Deuteranopia (Green-blind)

#363644 — rgb(54, 54, 68)

Tritanopia (Blue-blind)

#364241 — rgb(54, 66, 65)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(237, 16%, 25%);

text

color: hsl(237, 16%, 25%);

border

border: 2px solid hsl(237, 16%, 25%);

gradient light

background: linear-gradient(to right, hsl(237, 16%, 45%), hsl(237, 16%, 25%));

gradient dark

background: linear-gradient(to right, hsl(237, 16%, 25%), hsl(237, 16%, 5%))

hex

background-color: #36374A;

tailwind

bg-[hsl(237,16%,25%)]

box shadow

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

css variable

--color-primary: hsl(237, 16%, 25%);

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, 16%, 25%)?

HEX: #36374A | RGB: rgb(54, 55, 74) | CMYK: 27%, 26%, 0%, 71% | HSV: 237°, 27%, 29%. Copy any format from the conversion table above.

What colors go well with #36374A?

The complementary color is HSL(57, 16%, 25%). 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, 16%, 25%) in CSS?

As HSL: color: hsl(237, 16%, 25%); — As HEX: color: #36374A; — As RGB: color: rgb(54, 55, 74); — Tailwind CSS: bg-[hsl(237,16%,25%)] — CSS variable: --color-primary: hsl(237, 16%, 25%);