HSL(211, 25%, 57%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,25%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 25%, 57%) color: hsl(211, 25%, 57%)
HEX #7690AD color: #7690AD
RGB rgb(118, 144, 173) color: rgb(118, 144, 173)
CMYK cmyk(32%, 17%, 0%, 32%)
HSV hsv(212, 32%, 68%)
HWB hwb(212 46% 32%) color: hwb(212 46% 32%)
OKLCH oklch(0.6438 0.0528 251.42) color: oklch(0.6438 0.0528 251.42)
Lab lab(58.8 -2.13 -18.2) color: lab(58.8 -2.13 -18.2)
LCH lch(58.8 18.32 263.32) color: lch(58.8 18.32 263.32)

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 3.3:1
vs Black 6.36:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8181A6 — rgb(129, 129, 166)

Deuteranopia (Green-blind)

#807EA4 — rgb(128, 126, 164)

Tritanopia (Blue-blind)

#77A09F — rgb(119, 160, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 25%, 57%);

text

color: hsl(211, 25%, 57%);

border

border: 2px solid hsl(211, 25%, 57%);

gradient light

background: linear-gradient(to right, hsl(211, 25%, 77%), hsl(211, 25%, 57%));

gradient dark

background: linear-gradient(to right, hsl(211, 25%, 57%), hsl(211, 25%, 37%))

hex

background-color: #7690AD;

tailwind

bg-[hsl(211,25%,57%)]

box shadow

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

css variable

--color-primary: hsl(211, 25%, 57%);

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(211, 25%, 57%)?

HEX: #7690AD | RGB: rgb(118, 144, 173) | CMYK: 32%, 17%, 0%, 32% | HSV: 212°, 32%, 68%. Copy any format from the conversion table above.

What colors go well with #7690AD?

The complementary color is HSL(31, 25%, 57%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 25%, 57%) in CSS?

As HSL: color: hsl(211, 25%, 57%); — As HEX: color: #7690AD; — As RGB: color: rgb(118, 144, 173); — Tailwind CSS: bg-[hsl(211,25%,57%)] — CSS variable: --color-primary: hsl(211, 25%, 57%);