HSL(200, 23%, 44%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(200,23%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(200, 23%, 44%) color: hsl(200, 23%, 44%)
HEX #56798A color: #56798A
RGB rgb(86, 121, 138) color: rgb(86, 121, 138)
CMYK cmyk(38%, 12%, 0%, 46%)
HSV hsv(200, 38%, 54%)
HWB hwb(200 33% 46%) color: hwb(200 33% 46%)
OKLCH oklch(0.5561 0.0476 229.58) color: oklch(0.5561 0.0476 229.58)
Lab lab(48.87 -7.84 -13.2) color: lab(48.87 -7.84 -13.2)
LCH lch(48.87 15.35 239.29) color: lch(48.87 15.35 239.29)

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 4.67:1
vs Black 4.5:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

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)

#656586 — rgb(101, 101, 134)

Deuteranopia (Green-blind)

#636185 — rgb(99, 97, 133)

Tritanopia (Blue-blind)

#588382 — rgb(88, 131, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(200, 23%, 44%);

text

color: hsl(200, 23%, 44%);

border

border: 2px solid hsl(200, 23%, 44%);

gradient light

background: linear-gradient(to right, hsl(200, 23%, 64%), hsl(200, 23%, 44%));

gradient dark

background: linear-gradient(to right, hsl(200, 23%, 44%), hsl(200, 23%, 24%))

hex

background-color: #56798A;

tailwind

bg-[hsl(200,23%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(200, 23%, 44%, 0.4);

css variable

--color-primary: hsl(200, 23%, 44%);

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(200, 23%, 44%)?

HEX: #56798A | RGB: rgb(86, 121, 138) | CMYK: 38%, 12%, 0%, 46% | HSV: 200°, 38%, 54%. Copy any format from the conversion table above.

What colors go well with #56798A?

The complementary color is HSL(20, 23%, 44%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(200, 23%, 44%) in CSS?

As HSL: color: hsl(200, 23%, 44%); — As HEX: color: #56798A; — As RGB: color: rgb(86, 121, 138); — Tailwind CSS: bg-[hsl(200,23%,44%)] — CSS variable: --color-primary: hsl(200, 23%, 44%);