HSL(226, 25%, 29%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(226,25%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(226, 25%, 29%) color: hsl(226, 25%, 29%)
HEX #37405C color: #37405C
RGB rgb(55, 64, 92) color: rgb(55, 64, 92)
CMYK cmyk(40%, 30%, 0%, 64%)
HSV hsv(225, 40%, 36%)
HWB hwb(225 22% 64%) color: hwb(225 22% 64%)
OKLCH oklch(0.376 0.0497 270.21) color: oklch(0.376 0.0497 270.21)
Lab lab(27.44 4.26 -17.84) color: lab(27.44 4.26 -17.84)
LCH lch(27.44 18.34 283.43) color: lch(27.44 18.34 283.43)

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 10.24:1
vs Black 2.05: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)

#3B3B55 — rgb(59, 59, 85)

Deuteranopia (Green-blind)

#3A3A54 — rgb(58, 58, 84)

Tritanopia (Blue-blind)

#37504F — rgb(55, 80, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(226, 25%, 29%);

text

color: hsl(226, 25%, 29%);

border

border: 2px solid hsl(226, 25%, 29%);

gradient light

background: linear-gradient(to right, hsl(226, 25%, 49%), hsl(226, 25%, 29%));

gradient dark

background: linear-gradient(to right, hsl(226, 25%, 29%), hsl(226, 25%, 9%))

hex

background-color: #37405C;

tailwind

bg-[hsl(226,25%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(226, 25%, 29%, 0.4);

css variable

--color-primary: hsl(226, 25%, 29%);

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(226, 25%, 29%)?

HEX: #37405C | RGB: rgb(55, 64, 92) | CMYK: 40%, 30%, 0%, 64% | HSV: 225°, 40%, 36%. Copy any format from the conversion table above.

What colors go well with #37405C?

The complementary color is HSL(46, 25%, 29%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(226, 25%, 29%) in CSS?

As HSL: color: hsl(226, 25%, 29%); — As HEX: color: #37405C; — As RGB: color: rgb(55, 64, 92); — Tailwind CSS: bg-[hsl(226,25%,29%)] — CSS variable: --color-primary: hsl(226, 25%, 29%);