HSL(233, 52%, 16%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,52%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 52%, 16%) color: hsl(233, 52%, 16%)
HEX #14193E color: #14193E
RGB rgb(20, 25, 62) color: rgb(20, 25, 62)
CMYK cmyk(68%, 60%, 0%, 76%)
HSV hsv(233, 68%, 24%)
HWB hwb(233 8% 76%) color: hwb(233 8% 76%)
OKLCH oklch(0.2328 0.0704 273.84) color: oklch(0.2328 0.0704 273.84)
Lab lab(10.5 11.36 -24.51) color: lab(10.5 11.36 -24.51)
LCH lch(10.5 27.01 294.87) color: lch(10.5 27.01 294.87)

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 16.96:1
vs Black 1.24: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)

#161635 — rgb(22, 22, 53)

Deuteranopia (Green-blind)

#161633 — rgb(22, 22, 51)

Tritanopia (Blue-blind)

#142E2C — rgb(20, 46, 44)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 52%, 16%);

text

color: hsl(233, 52%, 16%);

border

border: 2px solid hsl(233, 52%, 16%);

gradient light

background: linear-gradient(to right, hsl(233, 52%, 36%), hsl(233, 52%, 16%));

gradient dark

background: linear-gradient(to right, hsl(233, 52%, 16%), hsl(233, 52%, 0%))

hex

background-color: #14193E;

tailwind

bg-[hsl(233,52%,16%)]

box shadow

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

css variable

--color-primary: hsl(233, 52%, 16%);

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(233, 52%, 16%)?

HEX: #14193E | RGB: rgb(20, 25, 62) | CMYK: 68%, 60%, 0%, 76% | HSV: 233°, 68%, 24%. Copy any format from the conversion table above.

What colors go well with #14193E?

The complementary color is HSL(53, 52%, 16%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 52%, 16%) in CSS?

As HSL: color: hsl(233, 52%, 16%); — As HEX: color: #14193E; — As RGB: color: rgb(20, 25, 62); — Tailwind CSS: bg-[hsl(233,52%,16%)] — CSS variable: --color-primary: hsl(233, 52%, 16%);