HSL(233, 39%, 66%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,39%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 39%, 66%) color: hsl(233, 39%, 66%)
HEX #868ECA color: #868ECA
RGB rgb(134, 142, 202) color: rgb(134, 142, 202)
CMYK cmyk(34%, 30%, 0%, 21%)
HSV hsv(233, 34%, 79%)
HWB hwb(233 52% 21%) color: hwb(233 52% 21%)
OKLCH oklch(0.6636 0.0896 277.82) color: oklch(0.6636 0.0896 277.82)
Lab lab(60.5 11.32 -31.91) color: lab(60.5 11.32 -31.91)
LCH lch(60.5 33.86 289.53) color: lch(60.5 33.86 289.53)

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.12:1
vs Black 6.74: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)

#898ABB — rgb(137, 138, 187)

Deuteranopia (Green-blind)

#8988B8 — rgb(137, 136, 184)

Tritanopia (Blue-blind)

#86B0AE — rgb(134, 176, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 39%, 66%);

text

color: hsl(233, 39%, 66%);

border

border: 2px solid hsl(233, 39%, 66%);

gradient light

background: linear-gradient(to right, hsl(233, 39%, 86%), hsl(233, 39%, 66%));

gradient dark

background: linear-gradient(to right, hsl(233, 39%, 66%), hsl(233, 39%, 46%))

hex

background-color: #868ECA;

tailwind

bg-[hsl(233,39%,66%)]

box shadow

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

css variable

--color-primary: hsl(233, 39%, 66%);

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, 39%, 66%)?

HEX: #868ECA | RGB: rgb(134, 142, 202) | CMYK: 34%, 30%, 0%, 21% | HSV: 233°, 34%, 79%. Copy any format from the conversion table above.

What colors go well with #868ECA?

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

As HSL: color: hsl(233, 39%, 66%); — As HEX: color: #868ECA; — As RGB: color: rgb(134, 142, 202); — Tailwind CSS: bg-[hsl(233,39%,66%)] — CSS variable: --color-primary: hsl(233, 39%, 66%);