HSL(200, 90%, 23%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(200,90%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(200, 90%, 23%) color: hsl(200, 90%, 23%)
HEX #064C6F color: #064C6F
RGB rgb(6, 76, 111) color: rgb(6, 76, 111)
CMYK cmyk(95%, 32%, 0%, 56%)
HSV hsv(200, 95%, 44%)
HWB hwb(200 2% 56%) color: hwb(200 2% 56%)
OKLCH oklch(0.3961 0.0855 238.45) color: oklch(0.3961 0.0855 238.45)
Lab lab(30.29 -5.81 -25.67) color: lab(30.29 -5.81 -25.67)
LCH lch(30.29 26.32 257.25) color: lch(30.29 26.32 257.25)

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 9.25:1
vs Black 2.27: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)

#242567 — rgb(36, 37, 103)

Deuteranopia (Green-blind)

#201B65 — rgb(32, 27, 101)

Tritanopia (Blue-blind)

#0A605E — rgb(10, 96, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(200, 90%, 23%);

text

color: hsl(200, 90%, 23%);

border

border: 2px solid hsl(200, 90%, 23%);

gradient light

background: linear-gradient(to right, hsl(200, 90%, 43%), hsl(200, 90%, 23%));

gradient dark

background: linear-gradient(to right, hsl(200, 90%, 23%), hsl(200, 90%, 3%))

hex

background-color: #064C6F;

tailwind

bg-[hsl(200,90%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(200, 90%, 23%, 0.4);

css variable

--color-primary: hsl(200, 90%, 23%);

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(200, 90%, 23%)?

HEX: #064C6F | RGB: rgb(6, 76, 111) | CMYK: 95%, 32%, 0%, 56% | HSV: 200°, 95%, 44%. Copy any format from the conversion table above.

What colors go well with #064C6F?

The complementary color is HSL(20, 90%, 23%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(200, 90%, 23%) in CSS?

As HSL: color: hsl(200, 90%, 23%); — As HEX: color: #064C6F; — As RGB: color: rgb(6, 76, 111); — Tailwind CSS: bg-[hsl(200,90%,23%)] — CSS variable: --color-primary: hsl(200, 90%, 23%);