HSL(195, 58%, 30%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(195,58%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(195, 58%, 30%) color: hsl(195, 58%, 30%)
HEX #206379 color: #206379
RGB rgb(32, 99, 121) color: rgb(32, 99, 121)
CMYK cmyk(74%, 18%, 0%, 53%)
HSV hsv(195, 74%, 47%)
HWB hwb(195 12% 53%) color: hwb(195 12% 53%)
OKLCH oklch(0.468 0.0743 223.85) color: oklch(0.468 0.0743 223.85)
Lab lab(38.92 -13.05 -18.41) color: lab(38.92 -13.05 -18.41)
LCH lch(38.92 22.57 234.67) color: lch(38.92 22.57 234.67)

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 6.73:1
vs Black 3.12:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3D3E74 — rgb(61, 62, 116)

Deuteranopia (Green-blind)

#393472 — rgb(57, 52, 114)

Tritanopia (Blue-blind)

#236F6F — rgb(35, 111, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(195, 58%, 30%);

text

color: hsl(195, 58%, 30%);

border

border: 2px solid hsl(195, 58%, 30%);

gradient light

background: linear-gradient(to right, hsl(195, 58%, 50%), hsl(195, 58%, 30%));

gradient dark

background: linear-gradient(to right, hsl(195, 58%, 30%), hsl(195, 58%, 10%))

hex

background-color: #206379;

tailwind

bg-[hsl(195,58%,30%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(195, 58%, 30%, 0.4);

css variable

--color-primary: hsl(195, 58%, 30%);

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(195, 58%, 30%)?

HEX: #206379 | RGB: rgb(32, 99, 121) | CMYK: 74%, 18%, 0%, 53% | HSV: 195°, 74%, 47%. Copy any format from the conversion table above.

What colors go well with #206379?

The complementary color is HSL(15, 58%, 30%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(195, 58%, 30%) in CSS?

As HSL: color: hsl(195, 58%, 30%); — As HEX: color: #206379; — As RGB: color: rgb(32, 99, 121); — Tailwind CSS: bg-[hsl(195,58%,30%)] — CSS variable: --color-primary: hsl(195, 58%, 30%);