HSL(196, 70%, 17%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(196,70%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(196, 70%, 17%) color: hsl(196, 70%, 17%)
HEX #0D3A4A color: #0D3A4A
RGB rgb(13, 58, 74) color: rgb(13, 58, 74)
CMYK cmyk(82%, 22%, 0%, 71%)
HSV hsv(196, 82%, 29%)
HWB hwb(196 5% 71%) color: hwb(196 5% 71%)
OKLCH oklch(0.3267 0.0547 226.33) color: oklch(0.3267 0.0547 226.33)
Lab lab(22.32 -8.68 -14.12) color: lab(22.32 -8.68 -14.12)
LCH lch(22.32 16.57 238.42) color: lch(22.32 16.57 238.42)

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 12.2:1
vs Black 1.72: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)

#202146 — rgb(32, 33, 70)

Deuteranopia (Green-blind)

#1E1B45 — rgb(30, 27, 69)

Tritanopia (Blue-blind)

#0F4342 — rgb(15, 67, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(196, 70%, 17%);

text

color: hsl(196, 70%, 17%);

border

border: 2px solid hsl(196, 70%, 17%);

gradient light

background: linear-gradient(to right, hsl(196, 70%, 37%), hsl(196, 70%, 17%));

gradient dark

background: linear-gradient(to right, hsl(196, 70%, 17%), hsl(196, 70%, 0%))

hex

background-color: #0D3A4A;

tailwind

bg-[hsl(196,70%,17%)]

box shadow

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

css variable

--color-primary: hsl(196, 70%, 17%);

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(196, 70%, 17%)?

HEX: #0D3A4A | RGB: rgb(13, 58, 74) | CMYK: 82%, 22%, 0%, 71% | HSV: 196°, 82%, 29%. Copy any format from the conversion table above.

What colors go well with #0D3A4A?

The complementary color is HSL(16, 70%, 17%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(196, 70%, 17%) in CSS?

As HSL: color: hsl(196, 70%, 17%); — As HEX: color: #0D3A4A; — As RGB: color: rgb(13, 58, 74); — Tailwind CSS: bg-[hsl(196,70%,17%)] — CSS variable: --color-primary: hsl(196, 70%, 17%);