HSL(230, 16%, 32%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(230,16%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(230, 16%, 32%) color: hsl(230, 16%, 32%)
HEX #45495F color: #45495F
RGB rgb(69, 73, 95) color: rgb(69, 73, 95)
CMYK cmyk(27%, 23%, 0%, 63%)
HSV hsv(231, 27%, 37%)
HWB hwb(231 27% 63%) color: hwb(231 27% 63%)
OKLCH oklch(0.4107 0.0372 276.61) color: oklch(0.4107 0.0372 276.61)
Lab lab(31.48 3.95 -13.45) color: lab(31.48 3.95 -13.45)
LCH lch(31.48 14.02 286.37) color: lch(31.48 14.02 286.37)

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 8.86:1
vs Black 2.37: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)

#47475A — rgb(71, 71, 90)

Deuteranopia (Green-blind)

#474658 — rgb(71, 70, 88)

Tritanopia (Blue-blind)

#455555 — rgb(69, 85, 85)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(230, 16%, 32%);

text

color: hsl(230, 16%, 32%);

border

border: 2px solid hsl(230, 16%, 32%);

gradient light

background: linear-gradient(to right, hsl(230, 16%, 52%), hsl(230, 16%, 32%));

gradient dark

background: linear-gradient(to right, hsl(230, 16%, 32%), hsl(230, 16%, 12%))

hex

background-color: #45495F;

tailwind

bg-[hsl(230,16%,32%)]

box shadow

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

css variable

--color-primary: hsl(230, 16%, 32%);

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(230, 16%, 32%)?

HEX: #45495F | RGB: rgb(69, 73, 95) | CMYK: 27%, 23%, 0%, 63% | HSV: 231°, 27%, 37%. Copy any format from the conversion table above.

What colors go well with #45495F?

The complementary color is HSL(50, 16%, 32%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(230, 16%, 32%) in CSS?

As HSL: color: hsl(230, 16%, 32%); — As HEX: color: #45495F; — As RGB: color: rgb(69, 73, 95); — Tailwind CSS: bg-[hsl(230,16%,32%)] — CSS variable: --color-primary: hsl(230, 16%, 32%);