HSL(199, 40%, 37%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(199,40%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(199, 40%, 37%) color: hsl(199, 40%, 37%)
HEX #396C84 color: #396C84
RGB rgb(57, 108, 132) color: rgb(57, 108, 132)
CMYK cmyk(57%, 18%, 0%, 48%)
HSV hsv(199, 57%, 52%)
HWB hwb(199 22% 48%) color: hwb(199 22% 48%)
OKLCH oklch(0.5059 0.0667 230.41) color: oklch(0.5059 0.0667 230.41)
Lab lab(43.15 -9.74 -18.48) color: lab(43.15 -9.74 -18.48)
LCH lch(43.15 20.89 242.21) color: lch(43.15 20.89 242.21)

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 5.75:1
vs Black 3.65:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4F507E — rgb(79, 80, 126)

Deuteranopia (Green-blind)

#4C487D — rgb(76, 72, 125)

Tritanopia (Blue-blind)

#3C7A79 — rgb(60, 122, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(199, 40%, 37%);

text

color: hsl(199, 40%, 37%);

border

border: 2px solid hsl(199, 40%, 37%);

gradient light

background: linear-gradient(to right, hsl(199, 40%, 57%), hsl(199, 40%, 37%));

gradient dark

background: linear-gradient(to right, hsl(199, 40%, 37%), hsl(199, 40%, 17%))

hex

background-color: #396C84;

tailwind

bg-[hsl(199,40%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(199, 40%, 37%, 0.4);

css variable

--color-primary: hsl(199, 40%, 37%);

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(199, 40%, 37%)?

HEX: #396C84 | RGB: rgb(57, 108, 132) | CMYK: 57%, 18%, 0%, 48% | HSV: 199°, 57%, 52%. Copy any format from the conversion table above.

What colors go well with #396C84?

The complementary color is HSL(19, 40%, 37%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(199, 40%, 37%) in CSS?

As HSL: color: hsl(199, 40%, 37%); — As HEX: color: #396C84; — As RGB: color: rgb(57, 108, 132); — Tailwind CSS: bg-[hsl(199,40%,37%)] — CSS variable: --color-primary: hsl(199, 40%, 37%);