HSL(233, 67%, 46%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(233, 67%, 46%) color: hsl(233, 67%, 46%)
HEX #2739C4 color: #2739C4
RGB rgb(39, 57, 196) color: rgb(39, 57, 196)
CMYK cmyk(80%, 71%, 0%, 23%)
HSV hsv(233, 80%, 77%)
HWB hwb(233 15% 23%) color: hwb(233 15% 23%)
OKLCH oklch(0.4364 0.2132 268.79) color: oklch(0.4364 0.2132 268.79)
Lab lab(32.57 43.27 -73.57) color: lab(32.57 43.27 -73.57)
LCH lch(32.57 85.35 300.46) color: lch(32.57 85.35 300.46)

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 8.51:1
vs Black 2.47: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)

#2F2FA2 — rgb(47, 47, 162)

Deuteranopia (Green-blind)

#2E2C9A — rgb(46, 44, 154)

Tritanopia (Blue-blind)

#288882 — rgb(40, 136, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(233, 67%, 46%), hsl(233, 67%, 26%))

hex

background-color: #2739C4;

tailwind

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

box shadow

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

css variable

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

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

HEX: #2739C4 | RGB: rgb(39, 57, 196) | CMYK: 80%, 71%, 0%, 23% | HSV: 233°, 80%, 77%. Copy any format from the conversion table above.

What colors go well with #2739C4?

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

As HSL: color: hsl(233, 67%, 46%); — As HEX: color: #2739C4; — As RGB: color: rgb(39, 57, 196); — Tailwind CSS: bg-[hsl(233,67%,46%)] — CSS variable: --color-primary: hsl(233, 67%, 46%);