HSL(233, 72%, 67%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,72%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 72%, 67%) color: hsl(233, 72%, 67%)
HEX #6E7CE7 color: #6E7CE7
RGB rgb(110, 124, 231) color: rgb(110, 124, 231)
CMYK cmyk(52%, 46%, 0%, 9%)
HSV hsv(233, 52%, 91%)
HWB hwb(233 44% 9%) color: hwb(233 44% 9%)
OKLCH oklch(0.6264 0.1602 275.18) color: oklch(0.6264 0.1602 275.18)
Lab lab(55.58 24.38 -56.03) color: lab(55.58 24.38 -56.03)
LCH lch(55.58 61.1 293.52) color: lch(55.58 61.1 293.52)

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.68:1
vs Black 5.7: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)

#7474CD — rgb(116, 116, 205)

Deuteranopia (Green-blind)

#7372C7 — rgb(115, 114, 199)

Tritanopia (Blue-blind)

#6FB9B4 — rgb(111, 185, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 72%, 67%);

text

color: hsl(233, 72%, 67%);

border

border: 2px solid hsl(233, 72%, 67%);

gradient light

background: linear-gradient(to right, hsl(233, 72%, 87%), hsl(233, 72%, 67%));

gradient dark

background: linear-gradient(to right, hsl(233, 72%, 67%), hsl(233, 72%, 47%))

hex

background-color: #6E7CE7;

tailwind

bg-[hsl(233,72%,67%)]

box shadow

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

css variable

--color-primary: hsl(233, 72%, 67%);

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, 72%, 67%)?

HEX: #6E7CE7 | RGB: rgb(110, 124, 231) | CMYK: 52%, 46%, 0%, 9% | HSV: 233°, 52%, 91%. Copy any format from the conversion table above.

What colors go well with #6E7CE7?

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

As HSL: color: hsl(233, 72%, 67%); — As HEX: color: #6E7CE7; — As RGB: color: rgb(110, 124, 231); — Tailwind CSS: bg-[hsl(233,72%,67%)] — CSS variable: --color-primary: hsl(233, 72%, 67%);