HSL(233, 70%, 65%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,70%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 70%, 65%) color: hsl(233, 70%, 65%)
HEX #6776E4 color: #6776E4
RGB rgb(103, 118, 228) color: rgb(103, 118, 228)
CMYK cmyk(55%, 48%, 0%, 11%)
HSV hsv(233, 55%, 89%)
HWB hwb(233 40% 11%) color: hwb(233 40% 11%)
OKLCH oklch(0.6083 0.1655 274.55) color: oklch(0.6083 0.1655 274.55)
Lab lab(53.43 25.61 -57.82) color: lab(53.43 25.61 -57.82)
LCH lch(53.43 63.24 293.89) color: lch(53.43 63.24 293.89)

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.97:1
vs Black 5.29: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)

#6D6EC9 — rgb(109, 110, 201)

Deuteranopia (Green-blind)

#6D6CC3 — rgb(109, 108, 195)

Tritanopia (Blue-blind)

#68B4B0 — rgb(104, 180, 176)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 70%, 65%);

text

color: hsl(233, 70%, 65%);

border

border: 2px solid hsl(233, 70%, 65%);

gradient light

background: linear-gradient(to right, hsl(233, 70%, 85%), hsl(233, 70%, 65%));

gradient dark

background: linear-gradient(to right, hsl(233, 70%, 65%), hsl(233, 70%, 45%))

hex

background-color: #6776E4;

tailwind

bg-[hsl(233,70%,65%)]

box shadow

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

css variable

--color-primary: hsl(233, 70%, 65%);

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, 70%, 65%)?

HEX: #6776E4 | RGB: rgb(103, 118, 228) | CMYK: 55%, 48%, 0%, 11% | HSV: 233°, 55%, 89%. Copy any format from the conversion table above.

What colors go well with #6776E4?

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

As HSL: color: hsl(233, 70%, 65%); — As HEX: color: #6776E4; — As RGB: color: rgb(103, 118, 228); — Tailwind CSS: bg-[hsl(233,70%,65%)] — CSS variable: --color-primary: hsl(233, 70%, 65%);