HSL(233, 71%, 54%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,71%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 71%, 54%) color: hsl(233, 71%, 54%)
HEX #364ADD color: #364ADD
RGB rgb(54, 74, 221) color: rgb(54, 74, 221)
CMYK cmyk(76%, 67%, 0%, 13%)
HSV hsv(233, 76%, 87%)
HWB hwb(233 21% 13%) color: hwb(233 21% 13%)
OKLCH oklch(0.495 0.2221 269.76) color: oklch(0.495 0.2221 269.76)
Lab lab(39.41 42.96 -76.75) color: lab(39.41 42.96 -76.75)
LCH lch(39.41 87.96 299.24) color: lch(39.41 87.96 299.24)

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 6.6:1
vs Black 3.18: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)

#3F3FB9 — rgb(63, 63, 185)

Deuteranopia (Green-blind)

#3E3CB1 — rgb(62, 60, 177)

Tritanopia (Blue-blind)

#379D97 — rgb(55, 157, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 71%, 54%);

text

color: hsl(233, 71%, 54%);

border

border: 2px solid hsl(233, 71%, 54%);

gradient light

background: linear-gradient(to right, hsl(233, 71%, 74%), hsl(233, 71%, 54%));

gradient dark

background: linear-gradient(to right, hsl(233, 71%, 54%), hsl(233, 71%, 34%))

hex

background-color: #364ADD;

tailwind

bg-[hsl(233,71%,54%)]

box shadow

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

css variable

--color-primary: hsl(233, 71%, 54%);

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, 71%, 54%)?

HEX: #364ADD | RGB: rgb(54, 74, 221) | CMYK: 76%, 67%, 0%, 13% | HSV: 233°, 76%, 87%. Copy any format from the conversion table above.

What colors go well with #364ADD?

The complementary color is HSL(53, 71%, 54%). 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, 71%, 54%) in CSS?

As HSL: color: hsl(233, 71%, 54%); — As HEX: color: #364ADD; — As RGB: color: rgb(54, 74, 221); — Tailwind CSS: bg-[hsl(233,71%,54%)] — CSS variable: --color-primary: hsl(233, 71%, 54%);