HSL(229, 67%, 53%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(229,67%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(229, 67%, 53%) color: hsl(229, 67%, 53%)
HEX #3754D7 color: #3754D7
RGB rgb(55, 84, 215) color: rgb(55, 84, 215)
CMYK cmyk(74%, 61%, 0%, 16%)
HSV hsv(229, 74%, 84%)
HWB hwb(229 22% 16%) color: hwb(229 22% 16%)
OKLCH oklch(0.5075 0.2029 268.41) color: oklch(0.5075 0.2029 268.41)
Lab lab(41.31 34.74 -70.21) color: lab(41.31 34.74 -70.21)
LCH lch(41.31 78.33 296.33) color: lch(41.31 78.33 296.33)

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.16:1
vs Black 3.41: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)

#4444B7 — rgb(68, 68, 183)

Deuteranopia (Green-blind)

#4240B0 — rgb(66, 64, 176)

Tritanopia (Blue-blind)

#389E99 — rgb(56, 158, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(229, 67%, 53%);

text

color: hsl(229, 67%, 53%);

border

border: 2px solid hsl(229, 67%, 53%);

gradient light

background: linear-gradient(to right, hsl(229, 67%, 73%), hsl(229, 67%, 53%));

gradient dark

background: linear-gradient(to right, hsl(229, 67%, 53%), hsl(229, 67%, 33%))

hex

background-color: #3754D7;

tailwind

bg-[hsl(229,67%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(229, 67%, 53%, 0.4);

css variable

--color-primary: hsl(229, 67%, 53%);

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(229, 67%, 53%)?

HEX: #3754D7 | RGB: rgb(55, 84, 215) | CMYK: 74%, 61%, 0%, 16% | HSV: 229°, 74%, 84%. Copy any format from the conversion table above.

What colors go well with #3754D7?

The complementary color is HSL(49, 67%, 53%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(229, 67%, 53%) in CSS?

As HSL: color: hsl(229, 67%, 53%); — As HEX: color: #3754D7; — As RGB: color: rgb(55, 84, 215); — Tailwind CSS: bg-[hsl(229,67%,53%)] — CSS variable: --color-primary: hsl(229, 67%, 53%);